Skip to content

Commit 71f4a1b

Browse files
committed
ruff format config
1 parent 1a18728 commit 71f4a1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backend/app/core/config.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ class Settings(BaseSettings):
3838
FRONTEND_HOST: str = "http://localhost:5173"
3939
ENVIRONMENT: Literal["local", "staging", "production"] = "local"
4040

41-
BACKEND_CORS_ORIGINS: Annotated[list[AnyUrl] | str, BeforeValidator(parse_cors)] = (
42-
[]
43-
)
41+
BACKEND_CORS_ORIGINS: Annotated[
42+
list[AnyUrl] | str, BeforeValidator(parse_cors)
43+
] = []
4444

4545
@computed_field # type: ignore[prop-decorator]
4646
@property

0 commit comments

Comments
 (0)