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 cd7d024 commit bcdb323Copy full SHA for bcdb323
backend/app/core/db.py
@@ -1,4 +1,4 @@
1
-from sqlmodel import SQLModel, Session, create_engine, select
+from sqlmodel import Session, SQLModel, create_engine, select
2
3
from app import crud
4
from app.core.config import settings
0 commit comments