We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf8b2a1 commit 25f797aCopy full SHA for 25f797a
tests/test_maybe/test_maybe_filter.py
@@ -3,7 +3,7 @@
3
4
def test_maybe_filter():
5
"""Ensures that .filter works correctly."""
6
- def factory(argument: int) -> bool:
+ def factory(argument):
7
return argument % 2 == 0
8
9
assert Some(5).filter(factory) == Nothing
0 commit comments