forked from MarseyWorld/MarseyWorld
consistent spacing
parent
ce8378675e
commit
7bb3959e85
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue