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 603f175 commit 95e7cd4Copy full SHA for 95e7cd4
services/web/server/src/simcore_service_webserver/db/_asyncpg.py
@@ -32,4 +32,7 @@ async def postgres_cleanup_ctx(app: web.Application) -> AsyncIterator[None]:
32
await close_db_connection(app)
33
34
35
-__all__: tuple[str, ...] = ("postgres_cleanup_ctx", "get_async_engine")
+__all__: tuple[str, ...] = (
36
+ "get_async_engine",
37
+ "postgres_cleanup_ctx",
38
+)
0 commit comments