Skip to content

Commit 342e669

Browse files
style: ruff format (auto)
1 parent 2daf3e9 commit 342e669

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/config/settings.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,12 @@
4040
# Optional: public URL for browser links (e.g., http://localhost:7860)
4141
LANGFLOW_PUBLIC_URL = os.getenv("LANGFLOW_PUBLIC_URL")
4242
LANGFLOW_CHAT_FLOW_ID = os.getenv("LANGFLOW_CHAT_FLOW_ID") or "1098eea1-6649-4e1d-aed1-b77249fb8dd0"
43-
LANGFLOW_INGEST_FLOW_ID = os.getenv("LANGFLOW_INGEST_FLOW_ID") or "5488df7c-b93f-4f87-a446-b67028bc0813"
44-
LANGFLOW_URL_INGEST_FLOW_ID = os.getenv("LANGFLOW_URL_INGEST_FLOW_ID") or "72c3d17c-2dac-4a73-b48a-6518473d7830"
43+
LANGFLOW_INGEST_FLOW_ID = (
44+
os.getenv("LANGFLOW_INGEST_FLOW_ID") or "5488df7c-b93f-4f87-a446-b67028bc0813"
45+
)
46+
LANGFLOW_URL_INGEST_FLOW_ID = (
47+
os.getenv("LANGFLOW_URL_INGEST_FLOW_ID") or "72c3d17c-2dac-4a73-b48a-6518473d7830"
48+
)
4549
NUDGES_FLOW_ID = os.getenv("NUDGES_FLOW_ID") or "ebc01d31-1976-46ce-a385-b0240327226c"
4650

4751

0 commit comments

Comments
 (0)