mirror of
https://github.com/a-mayb3/Kanban_clone_backend.git
synced 2026-03-21 10:05:38 +01:00
Removed inexistent imports
This commit is contained in:
parent
3d8edb8fa1
commit
2c92627949
1 changed files with 2 additions and 2 deletions
4
main.py
4
main.py
|
|
@ -7,9 +7,9 @@ import models
|
|||
from database import SessionLocal, engine
|
||||
from sqlalchemy.orm import Session, joinedload
|
||||
|
||||
from misc.tasks import TaskBase, TaskList
|
||||
from misc.tasks import TaskBase
|
||||
from misc.users import UserBase
|
||||
from misc.projects import ProjectBase, ProjectCreate, ProjectList
|
||||
from misc.projects import ProjectBase, ProjectCreate
|
||||
|
||||
app = FastAPI()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue