Skip to content

Commit f6b41ac

Browse files
author
rafsaf
committed
fix mypy - unused comment
Signed-off-by: rafsaf <rafal.safin@rafsaf.pl>
1 parent 1143914 commit f6b41ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def sqlalchemy_database_uri(self) -> URL:
6969

7070
@lru_cache(maxsize=1)
7171
def get_settings() -> Settings:
72-
return Settings() # type: ignore
72+
return Settings()
7373

7474

7575
def logging_config(log_level: str) -> None:

0 commit comments

Comments
 (0)