Skip to content

Commit

Permalink
fix: import for ClimbCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGamer1002 committed Jan 17, 2024
1 parent d7370d3 commit 40d5012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/frc/robot/commands/ClimbCommand.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package frc.robot.commands;

import edu.wpi.first.wpilibj2.command.Command;
import frc.robot.subsystems.ClimberSubsystem;

public class ClimbCommand extends Command {
private final ClimberSubsystem climberSubsystem = ClimberSubsystem.getInstance();
Expand Down

0 comments on commit 40d5012

Please sign in to comment.