We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b53839 commit d06f6c2Copy full SHA for d06f6c2
services/dynamic-sidecar/src/simcore_service_dynamic_sidecar/modules/database.py
@@ -1,6 +1,5 @@
1
from fastapi import FastAPI
2
-from servicelib.db_async_engine import with_async_pg_engine
3
-from servicelib.db_asyncpg_utils import check_postgres_liveness
+from servicelib.db_asyncpg_utils import check_postgres_liveness, with_async_pg_engine
4
from settings_library.postgres import PostgresSettings
5
6
from ..core.settings import ApplicationSettings
0 commit comments