We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecc63bd commit dd59b45Copy full SHA for dd59b45
commands2/button/trigger.py
@@ -84,7 +84,7 @@ def init_condition(condition: Callable[[], bool]):
84
"""
85
)
86
87
- def _add_binding(self, body: Callable[bool, bool, NoneType]) -> None:
+ def _add_binding(self, body: Callable[[bool, bool], None]) -> None:
88
89
Adds a binding to the EventLoop.
90
0 commit comments