From b98054e0744727abac8f553aa157f35c9773b334 Mon Sep 17 00:00:00 2001 From: Antoine PerreaultE Date: Mon, 22 Jan 2024 19:49:59 -0500 Subject: [PATCH] --- src/main/java/frc/robot/subsystem/Drive.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/frc/robot/subsystem/Drive.java b/src/main/java/frc/robot/subsystem/Drive.java index 23afb99..c4ea3ad 100644 --- a/src/main/java/frc/robot/subsystem/Drive.java +++ b/src/main/java/frc/robot/subsystem/Drive.java @@ -6,7 +6,6 @@ package frc.robot.subsystem; import java.io.File; import java.io.IOException; - import edu.wpi.first.math.geometry.Translation2d; import edu.wpi.first.math.kinematics.SwerveModulePosition; import edu.wpi.first.wpilibj.Filesystem;