mirror of
https://github.com/sprockets/sprockets-postgres.git
synced 2024-11-14 19:29:29 +00:00
Melt a few flake8 flakes
This commit is contained in:
parent
3d6345a882
commit
230983e803
1 changed files with 22 additions and 22 deletions
|
@ -478,7 +478,7 @@ class ApplicationMixin:
|
||||||
'postgres_query_timeout',
|
'postgres_query_timeout',
|
||||||
os.environ.get(
|
os.environ.get(
|
||||||
'POSTGRES_QUERY_TIMEOUT',
|
'POSTGRES_QUERY_TIMEOUT',
|
||||||
DEFAULT_POSTGRES_QUERY_TIMEOUT))),
|
DEFAULT_POSTGRES_QUERY_TIMEOUT)))
|
||||||
}
|
}
|
||||||
|
|
||||||
async def _postgres_connect(self) -> bool:
|
async def _postgres_connect(self) -> bool:
|
||||||
|
|
Loading…
Reference in a new issue