Skip to content

Commit 98344d8

Browse files
authored
More linting.
1 parent bf9b3a1 commit 98344d8

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
@@ -50,7 +50,7 @@ def _right_speed(self, speed):
5050
kit.motor2.throttle = speed
5151

5252
@static.method
53-
def stop(self):
53+
def stop():
5454
"""Stop all movement."""
5555
kit.motor1.throttle = 0
5656
kit.motor2.throttle = 0

0 commit comments

Comments
 (0)