Skip to content
Snippets Groups Projects
Commit 5be8e69c96e9 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:shirt: mypy

parent 3c0870d2114d
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,7 @@
self.redner_user = redner_user
self.redner_password = redner_password
self.redner_admin_password = redner_admin_password
self.db_host: Optional[str]
dsn = f"dbname={database}"
if db_user:
dsn += f" user={db_user}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment