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 c315966 commit bb6ae7aCopy full SHA for bb6ae7a
project/app/main.py
@@ -2,7 +2,7 @@
2
from sqlalchemy.ext.asyncio import AsyncSession
3
from sqlalchemy import select
4
5
-from app.db import get_session, create_db_and_tables
+from app.db import get_session
6
from app.models import Song, SongCreate
7
8
app = FastAPI()
0 commit comments