Skip to content

Commit bb6ae7a

Browse files
committed
remove import
1 parent c315966 commit bb6ae7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from sqlalchemy.ext.asyncio import AsyncSession
33
from sqlalchemy import select
44

5-
from app.db import get_session, create_db_and_tables
5+
from app.db import get_session
66
from app.models import Song, SongCreate
77

88
app = FastAPI()

0 commit comments

Comments
 (0)