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 f60a38f commit c9485dfCopy full SHA for c9485df
services/catalog/src/simcore_service_catalog/core/events.py
@@ -3,7 +3,7 @@
3
from typing import TypeAlias
4
5
from fastapi import FastAPI
6
-from servicelib.db_async_engine import close_db_connection, connect_to_db
+from servicelib.fastapi.db_asyncpg_engine import close_db_connection, connect_to_db
7
from servicelib.logging_utils import log_context
8
9
from .._meta import APP_FINISHED_BANNER_MSG, APP_STARTED_BANNER_MSG
0 commit comments