Skip to content

Commit 2552735

Browse files
committed
fix: ruff formatting
1 parent 40df8e7 commit 2552735

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/flare_ai_consensus/settings.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ class Settings(BaseSettings):
9494

9595
# OpenRouter Settings
9696
open_router_base_url: str = "https://openrouter.ai/api/v1"
97-
open_router_api_key: str = "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"
97+
open_router_api_key: str = (
98+
"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"
99+
)
98100

99101
# Path Settings
100102
data_path: Path = create_path("data")

0 commit comments

Comments
 (0)