Skip to content

Commit ada7b17

Browse files
committed
remove whitespace
1 parent 2f4e96b commit ada7b17

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

RamseteCommand/subsystems/driveSubsystem.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ def __init__(self):
5454
# The gyro sensor
5555
self.gyro = ADXRS450_Gyro()
5656

57-
58-
5957
# Sets the distance per pulse for the encoders
6058
self.leftEncoder.setDistancePerPulse(constants.kEncoderDistancePerPulse)
6159
self.rightEncoder.setDistancePerPulse(constants.kEncoderDistancePerPulse)

0 commit comments

Comments
 (0)