mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
format code
This commit is contained in:
@@ -17,7 +17,6 @@ class Nonsense(Base):
|
||||
description: Mapped[str | None]
|
||||
# TODO: apply relation to other tables
|
||||
|
||||
|
||||
@classmethod
|
||||
async def find(cls, db_session: AsyncSession, name: str):
|
||||
"""
|
||||
@@ -36,4 +35,3 @@ class Nonsense(Base):
|
||||
)
|
||||
else:
|
||||
return instance
|
||||
|
||||
|
||||
Reference in New Issue
Block a user