AutoPEP8 (removed extra whitespaces)
This commit is contained in:
parent
1d9fa011a3
commit
2a2175e31a
7 changed files with 7 additions and 5 deletions
|
@ -22,6 +22,7 @@ class Settings(BaseSettings):
|
||||||
session_key: str = secrets.token_hex(32)
|
session_key: str = secrets.token_hex(32)
|
||||||
csrf_key: str = secrets.token_hex(32)
|
csrf_key: str = secrets.token_hex(32)
|
||||||
|
|
||||||
|
|
||||||
settings = Settings()
|
settings = Settings()
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,7 @@ class SqlSettings(BaseSettings):
|
||||||
db_password: str = ''
|
db_password: str = ''
|
||||||
db_database: str = '${REPO_NAME_SNAKE}'
|
db_database: str = '${REPO_NAME_SNAKE}'
|
||||||
|
|
||||||
|
|
||||||
sql_settings = SqlSettings()
|
sql_settings = SqlSettings()
|
||||||
|
|
||||||
# DB connection URL
|
# DB connection URL
|
||||||
|
|
Loading…
Reference in a new issue