Skip to content

Commit f6c58fe

Browse files
committed
more clean up
1 parent bb6ae7a commit f6c58fe

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

project/app/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from fastapi import Depends, FastAPI
2-
from sqlalchemy.ext.asyncio import AsyncSession
32
from sqlalchemy import select
3+
from sqlalchemy.ext.asyncio import AsyncSession
44

55
from app.db import get_session
66
from app.models import Song, SongCreate

project/app/models.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from typing import Optional
2-
31
from sqlmodel import SQLModel, Field
42

53

0 commit comments

Comments
 (0)