Skip to content

Commit 24a1a84

Browse files
committed
Remove duplicate import in course router
1 parent a235531 commit 24a1a84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/routers/course.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
from fastapi import APIRouter
44
from sqlmodel import and_, desc, distinct, func, or_, select
5-
from sqlmodel import and_, desc, distinct, func, or_, select
65
from sqlmodel.sql.expression import Select, SelectOfScalar
76

87
from app import SessionDep

0 commit comments

Comments
 (0)