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

Commit

Permalink
unused imports stop being in my face
Browse files Browse the repository at this point in the history
  • Loading branch information
GalexY727 committed Oct 24, 2023
1 parent 1ef53bf commit 03d6f8f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/main/java/hardware/Claw.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import com.revrobotics.CANSparkMaxLowLevel.PeriodicFrame;
import com.revrobotics.RelativeEncoder;
import edu.wpi.first.math.MathUtil;
import edu.wpi.first.wpilibj.DriverStation;
import edu.wpi.first.wpilibj.Timer;
import frc.robot.DriverUI;

Expand Down
4 changes: 0 additions & 4 deletions src/main/java/hardware/Swerve.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@
import edu.wpi.first.math.kinematics.SwerveModulePosition;
import edu.wpi.first.math.kinematics.SwerveModuleState;
import edu.wpi.first.util.WPIUtilJNI;

import java.lang.reflect.Field;

import calc.ADIS16470_IMU;
import edu.wpi.first.wpilibj.DriverStation;
import edu.wpi.first.wpilibj.Timer;
import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard;
import frc.robot.DriverUI;
Expand Down

0 comments on commit 03d6f8f

Please sign in to comment.