Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ori-coval committed Jan 17, 2024
1 parent 3739c27 commit 27491ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/frc/robot/subsystems/IntakeArmSubsystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 27491ef

Please sign in to comment.