Skip to content

Commit b1b1528

Browse files
committed
fix styling and copyright header
1 parent af869e6 commit b1b1528

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

ramsete-controller/drivetrain.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python3
21
#
32
# Copyright (c) FIRST and other WPILib contributors.
43
# Open Source Software; you can modify and/or share it under the terms of

ramsete-controller/robot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717

1818
class MyRobot(wpilib.TimedRobot):
19-
2019
def robotInit(self):
2120
self.controller = wpilib.XboxController(0)
2221
self.drive = Drivetrain()

0 commit comments

Comments
 (0)