Skip to content

Commit 87b8808

Browse files
authored
Linting.
1 parent 98344d8 commit 87b8808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Robot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def _right_speed(self, speed):
4949
speed = max(-1, min(1, speed)) # Constrain speed to 0-255 after trimming.
5050
kit.motor2.throttle = speed
5151

52-
@static.method
52+
@staticmethod
5353
def stop():
5454
"""Stop all movement."""
5555
kit.motor1.throttle = 0

0 commit comments

Comments
 (0)