Skip to content

Commit bcdb323

Browse files
run ruff to fix linter build
1 parent cd7d024 commit bcdb323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/core/db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from sqlmodel import SQLModel, Session, create_engine, select
1+
from sqlmodel import Session, SQLModel, create_engine, select
22

33
from app import crud
44
from app.core.config import settings

0 commit comments

Comments
 (0)