Skip to content

Commit

Permalink
shiny for mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
jvansanten committed Jan 6, 2025
1 parent 2fc7037 commit f0f7953
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ampel/ztf/archive/server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
class Settings(BaseSettings):
root_path: str = Field("", validation_alias="ROOT_PATH")
archive_uri: PostgresDsn = Field(
"postgresql://localhost:5432/ztfarchive", validation_alias="ARCHIVE_URI"
PostgresDsn("postgresql://localhost:5432/ztfarchive"),
validation_alias="ARCHIVE_URI",
)
default_statement_timeout: int = Field(
60,
Expand Down

0 comments on commit f0f7953

Please sign in to comment.