Skip to content

Commit 8349391

Browse files
committed
fix: pylint errors
1 parent a1563c4 commit 8349391

File tree

1 file changed

+1
-1
lines changed
  • backend/src/app/core

1 file changed

+1
-1
lines changed

backend/src/app/core/db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
from typing import AsyncGenerator
55

66
from sqlalchemy import text
7-
from sqlmodel.ext.asyncio.session import AsyncSession
87
from sqlalchemy.ext.asyncio import create_async_engine, async_sessionmaker, AsyncEngine
8+
from sqlmodel.ext.asyncio.session import AsyncSession
99

1010
from app.core.config import get_settings, Settings
1111

0 commit comments

Comments
 (0)