diff --git a/the_app/api/stuff.py b/the_app/api/stuff.py index 825a822..9ce194c 100644 --- a/the_app/api/stuff.py +++ b/the_app/api/stuff.py @@ -1,4 +1,4 @@ -from fastapi import APIRouter, Depends, HTTPException, status +from fastapi import APIRouter, Depends, status from sqlalchemy.ext.asyncio import AsyncSession from the_app.database import get_db