mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
format and lint
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import uuid
|
||||
|
||||
from fastapi import HTTPException, status
|
||||
from sqlalchemy import String, select
|
||||
from sqlalchemy.dialects.postgresql import UUID
|
||||
from sqlalchemy.ext.asyncio import AsyncSession
|
||||
@@ -25,5 +24,3 @@ class Nonsense(Base):
|
||||
result = await db_session.execute(stmt)
|
||||
instance = result.scalars().first()
|
||||
return instance
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user