Skip to content

Commit 04b756c

Browse files
committed
fixes mypy
1 parent ca64c04 commit 04b756c

File tree

1 file changed

+1
-0
lines changed
  • packages/postgres-database/src/simcore_postgres_database

1 file changed

+1
-0
lines changed

packages/postgres-database/src/simcore_postgres_database/base_repo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ async def get_or_create_connection(
1717
if is_connection_created:
1818
connection = await engine.connect()
1919
try:
20+
assert connection # nosec
2021
yield connection
2122
finally:
2223
assert connection # nosec

0 commit comments

Comments
 (0)