Skip to content

Commit f7539f7

Browse files
committed
fix formatting
1 parent f028bf5 commit f7539f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands2/commandscheduler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def run(self) -> None:
256256
# skip as the normal scheduledCommands was modified
257257
# and that command was canceled
258258
continue
259-
259+
260260
if isDisabled and not command.runsWhenDisabled():
261261
self._cancel(command, None)
262262
continue

0 commit comments

Comments
 (0)