diff --git a/orm/reaction.py b/orm/reaction.py index d7d80ed6..ef2897f9 100644 --- a/orm/reaction.py +++ b/orm/reaction.py @@ -38,7 +38,7 @@ class Reaction(Base): oid: str = Column(String, nullable=True, comment="Old ID") @property - async def stat(self) -> Dict: + async def stat(self): reacted = 0 try: with local_session() as session: