Skip to content

Commit 1c6f1f4

Browse files
committed
Remove unneeded table in commandscheduler.py
1 parent 0682624 commit 1c6f1f4

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
@@ -339,7 +339,7 @@ def getAllSubsystems(self) -> tuple[Subsystem, ...]:
339339
Gets all registered subsystems as an immutable tuple.
340340
"""
341341
return tuple(self._subsystems.keys())
342-
342+
343343
def unregisterAllSubsystems(self):
344344
"""
345345
Un-registers all registered Subsystems with the scheduler. All currently registered subsystems

0 commit comments

Comments
 (0)