We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecfdfa5 commit e8cea7fCopy full SHA for e8cea7f
commands2/commandscheduler.py
@@ -653,5 +653,5 @@ def cancel_commands(to_cancel: List[int]):
653
self.cancel(cancelCmd)
654
655
builder.addIntegerArrayProperty(
656
- "Cancel", lambda: [], lambda to_cancel: cancel_commands(to_cancel)
+ "Cancel", lambda: [], lambda to_cancel: cancel_commands(to_cancel) # type: ignore
657
)
0 commit comments