From 27491ef0fa02a09d3819d0a0f067bc134661c00c Mon Sep 17 00:00:00 2001 From: 0kullyThekoala0 Date: Wed, 17 Jan 2024 18:22:15 +0200 Subject: [PATCH] cleanup --- .../java/frc/robot/commands/IntakeArmCommands/SetSpeed.java | 1 - src/main/java/frc/robot/subsystems/IntakeArmSubsystem.java | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/main/java/frc/robot/commands/IntakeArmCommands/SetSpeed.java b/src/main/java/frc/robot/commands/IntakeArmCommands/SetSpeed.java index 82daabe..e18843b 100644 --- a/src/main/java/frc/robot/commands/IntakeArmCommands/SetSpeed.java +++ b/src/main/java/frc/robot/commands/IntakeArmCommands/SetSpeed.java @@ -6,7 +6,6 @@ import edu.wpi.first.wpilibj2.command.InstantCommand; import frc.robot.subsystems.IntakeArmSubsystem; -import static frc.robot.Constants.IntakeArm.*; // NOTE: Consider using this command inline, rather than writing a subclass. For more // information, see: diff --git a/src/main/java/frc/robot/subsystems/IntakeArmSubsystem.java b/src/main/java/frc/robot/subsystems/IntakeArmSubsystem.java index 3c3aeb0..0a8d2d3 100644 --- a/src/main/java/frc/robot/subsystems/IntakeArmSubsystem.java +++ b/src/main/java/frc/robot/subsystems/IntakeArmSubsystem.java @@ -12,8 +12,6 @@ import edu.wpi.first.wpilibj.DigitalInput; import edu.wpi.first.wpilibj2.command.SubsystemBase; -import edu.wpi.first.wpilibj2.command.button.CommandXboxController; - import static frc.robot.Constants.IntakeArm.*; public class IntakeArmSubsystem extends SubsystemBase {