Skip to content

Commit

Permalink
Revert testing value
Browse files Browse the repository at this point in the history
  • Loading branch information
the-Bruce committed Mar 5, 2024
1 parent 21be289 commit ab2aae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uwcsvote/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ def suppress(cls):
cls.val = False

def __bool__(self):
return self.val and False
return self.val

0 comments on commit ab2aae3

Please sign in to comment.