From d82df07014f40a66d259560ec873ee4c048af156 Mon Sep 17 00:00:00 2001 From: Quinn Date: Thu, 26 Oct 2023 09:38:22 -0500 Subject: [PATCH] remove SuppressWarnings in robot container - quinn --- src/main/java/frc/robot/RobotContainer.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/frc/robot/RobotContainer.java b/src/main/java/frc/robot/RobotContainer.java index 148eaef..46f6c38 100644 --- a/src/main/java/frc/robot/RobotContainer.java +++ b/src/main/java/frc/robot/RobotContainer.java @@ -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}