We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ac66af commit 3b6de42Copy full SHA for 3b6de42
1 file changed
db/connection.py
@@ -5,8 +5,9 @@
5
async support for multiple database backends.
6
"""
7
8
+from collections.abc import AsyncGenerator
9
from contextlib import asynccontextmanager
-from typing import Any, AsyncGenerator
10
+from typing import Any
11
12
from sqlalchemy import text
13
from sqlalchemy.ext.asyncio import (
0 commit comments