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 6553746 commit 0adee5aCopy full SHA for 0adee5a
subprojects/robotpy-wpilib/wpilib/timedrobotpy.py
@@ -117,7 +117,7 @@ class TimedRobotPy(IterativeRobotPy):
117
Notifier instance.
118
"""
119
120
- kDefaultPeriod: ClassVar[wpimath.units.second] = (
+ kDefaultPeriod: ClassVar[wpimath.units.seconds] = (
121
0.020 # todo this is a change to keep consistent units in the API
122
)
123
0 commit comments