chore: remove another import
This commit is contained in:
parent
cb03ee0ef1
commit
92f3fa6c7f
@ -2,7 +2,6 @@ from typing import List
|
||||
from fastapi import APIRouter, Depends, HTTPException, status
|
||||
from sqlalchemy.orm import Session
|
||||
|
||||
from app.database.database import get_db
|
||||
from app.schemas.todo import TodoCreate, TodoResponse, TodoUpdate
|
||||
|
||||
router = APIRouter()
|
||||
|
Loading…
x
Reference in New Issue
Block a user