Skip to content

Commit

Permalink
pona: nanpa open pi ilo Voting o ala
Browse files Browse the repository at this point in the history
ala li nanpa
  • Loading branch information
gregdan3 committed Oct 18, 2024
1 parent cb9b39c commit 0ba655a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonatoki/Scorers.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class Voting(Scaling):
prereq: Type[Filter] = Pass
threshold: int = 0

def __new__(cls, filter: Type[Filter], threshold_: int):
def __new__(cls, filter: Type[Filter], threshold_: int = 0) -> Type[Scorer]:
class AnonVoting(Voting):
prereq = filter
threshold = threshold_
Expand Down

0 comments on commit 0ba655a

Please sign in to comment.