Skip to content

Commit e8cea7f

Browse files
committed
Ignore typing error
1 parent ecfdfa5 commit e8cea7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: commands2/commandscheduler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -653,5 +653,5 @@ def cancel_commands(to_cancel: List[int]):
653653
self.cancel(cancelCmd)
654654

655655
builder.addIntegerArrayProperty(
656-
"Cancel", lambda: [], lambda to_cancel: cancel_commands(to_cancel)
656+
"Cancel", lambda: [], lambda to_cancel: cancel_commands(to_cancel) # type: ignore
657657
)

0 commit comments

Comments
 (0)