format code

This commit is contained in:
Jakub Miazek
2023-10-21 15:37:12 +02:00
parent 3291fa784e
commit e75a4cce05
4 changed files with 63 additions and 51 deletions

View File

@@ -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