mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
remove unused imports
This commit is contained in:
parent
c03b1d9636
commit
234f9c36d8
@ -1,4 +1,4 @@
|
|||||||
from fastapi import APIRouter, Depends, HTTPException, status
|
from fastapi import APIRouter, Depends, status
|
||||||
from sqlalchemy.ext.asyncio import AsyncSession
|
from sqlalchemy.ext.asyncio import AsyncSession
|
||||||
|
|
||||||
from the_app.database import get_db
|
from the_app.database import get_db
|
||||||
|
Loading…
x
Reference in New Issue
Block a user