async+fmt-fix
All checks were successful
Deploy on push / deploy (push) Successful in 1m12s

This commit is contained in:
2024-10-14 12:19:30 +03:00
parent 4e7fb953ba
commit 3188a67661
5 changed files with 73 additions and 51 deletions

View File

@@ -40,6 +40,3 @@ class Notification(Base):
payload = Column(JSON, nullable=True)
seen = relationship(lambda: Author, secondary="notification_seen")
# Вызываем функцию создания таблицы
create_table_if_not_exists(engine, Notification)