Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
PatribotsProgramming committed Mar 16, 2023
1 parent 485931d commit a306bb1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/main/java/auto/AutoAlignment.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import java.util.Objects;
import java.util.Optional;

import calc.Constants;
import edu.wpi.first.math.util.Units;
import edu.wpi.first.wpilibj.DriverStation;
import edu.wpi.first.wpilibj.Timer;
Expand Down
1 change: 0 additions & 1 deletion src/main/java/auto/SwerveTrajectory.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import edu.wpi.first.math.geometry.Rotation2d;
import edu.wpi.first.math.kinematics.ChassisSpeeds;
import edu.wpi.first.math.trajectory.TrapezoidProfile;
import edu.wpi.first.math.trajectory.Trajectory.State;
import edu.wpi.first.wpilibj.DriverStation;
import edu.wpi.first.wpilibj.Timer;
import hardware.Swerve;
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/hardware/Arm.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package hardware;

import java.util.ArrayList;

import com.revrobotics.AbsoluteEncoder;
import com.revrobotics.CANSparkMax;
import com.revrobotics.CANSparkMax.ControlType;
Expand Down

0 comments on commit a306bb1

Please sign in to comment.