consistent spacing

pull/202/head
Aevann 2023-09-18 14:46:07 +03:00
parent ce8378675e
commit 7bb3959e85
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ class PostOption(Base):
if not v: return False
return v.id in [x.user_id for x in self.votes]
class PostOptionVote(Base):
__tablename__ = "post_option_votes"