diff --git a/orm/shout.py b/orm/shout.py index 7a5a65d2..511f3ca6 100644 --- a/orm/shout.py +++ b/orm/shout.py @@ -48,7 +48,7 @@ class ShoutAuthor(Base): caption = Column(String, nullable=True, default="") -class ShoutCommunity: +class ShoutCommunity(Base): __tablename__ = "shout_community" id = None # type: ignore