diff --git a/examples/maxswerve/robotcontainer.py b/examples/maxswerve/robotcontainer.py index 569396c..f03dd1b 100644 --- a/examples/maxswerve/robotcontainer.py +++ b/examples/maxswerve/robotcontainer.py @@ -123,4 +123,4 @@ def getAutonomousCommand(self) -> commands2.Command: lambda: self.robotDrive.drive(0, 0, 0, False, False), self.robotDrive, ) - ) \ No newline at end of file + )