We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd067e commit 0f33e68Copy full SHA for 0f33e68
subprojects/robotpy-wpilib/tests/test_timedrobot.py
@@ -96,7 +96,7 @@ def _onRobotInitStarted(self) -> None:
96
self._robotInitStarted = True
97
self._cond.notify_all()
98
99
- def _robotThread(self, robot: TimedRobot | TimedRobotPy) -> None:
+ def _robotThread(self, robot: TimedRobotPy) -> None:
100
with self._cond:
101
self._robotStarted = True
102
0 commit comments