Skip to content

Commit

Permalink
remove SuppressWarnings in robot container
Browse files Browse the repository at this point in the history
- quinn
  • Loading branch information
quackitsquinn committed Oct 26, 2023
1 parent 86ece5a commit d82df07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
import frc.robot.subsystems.arm.ArmShoulder;
import frc.robot.subsystems.arm.CompilationArm;

// @SuppressWarnings("unused") let me see unused imports >:(
/**
* This class is where the bulk of the robot should be declared. Since Command-based is a
* "declarative" paradigm, very little robot logic should actually be handled in the {@link Robot}
Expand Down

0 comments on commit d82df07

Please sign in to comment.