We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2c8f1c + 052fbfa commit 87ca51dCopy full SHA for 87ca51d
pyvalid/validators/__base.py
@@ -27,7 +27,7 @@ def checkers(self):
27
raise NotImplementedError
28
29
@abstractmethod
30
- def __call__(self):
+ def __call__(self, val):
31
32
33
def __init__(self):
0 commit comments