Skip to content

Commit 5a766b5

Browse files
style: ruff format (auto)
1 parent 9b50474 commit 5a766b5

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", "1098eea1-6649-4e1d-aed1-b77249fb8dd0")
43-
LANGFLOW_INGEST_FLOW_ID = os.getenv("LANGFLOW_INGEST_FLOW_ID", "5488df7c-b93f-4f87-a446-b67028bc0813")
44-
LANGFLOW_URL_INGEST_FLOW_ID = os.getenv("LANGFLOW_URL_INGEST_FLOW_ID", "72c3d17c-2dac-4a73-b48a-6518473d7830")
43+
LANGFLOW_INGEST_FLOW_ID = os.getenv(
44+
"LANGFLOW_INGEST_FLOW_ID", "5488df7c-b93f-4f87-a446-b67028bc0813"
45+
)
46+
LANGFLOW_URL_INGEST_FLOW_ID = os.getenv(
47+
"LANGFLOW_URL_INGEST_FLOW_ID", "72c3d17c-2dac-4a73-b48a-6518473d7830"
48+
)
4549
NUDGES_FLOW_ID = os.getenv("NUDGES_FLOW_ID", "ebc01d31-1976-46ce-a385-b0240327226c")
4650

4751

0 commit comments

Comments
 (0)