We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1563c4 commit 8349391Copy full SHA for 8349391
backend/src/app/core/db.py
@@ -4,8 +4,8 @@
4
from typing import AsyncGenerator
5
6
from sqlalchemy import text
7
-from sqlmodel.ext.asyncio.session import AsyncSession
8
from sqlalchemy.ext.asyncio import create_async_engine, async_sessionmaker, AsyncEngine
+from sqlmodel.ext.asyncio.session import AsyncSession
9
10
from app.core.config import get_settings, Settings
11
0 commit comments