Skip to content

Commit

Permalink
Uncomment imports in autos.
Browse files Browse the repository at this point in the history
  • Loading branch information
minecraftchest1 committed Feb 19, 2024
1 parent 15a990e commit 5f6dcaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/frc/robot/commands/Autos.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// the WPILib BSD license file in the root directory of this project.

package frc.robot.commands;
//import edu.wpi.first.wpilibj2.command.Command;
//import edu.wpi.first.wpilibj2.command.Commands;
import edu.wpi.first.wpilibj2.command.Command;
import edu.wpi.first.wpilibj2.command.Commands;

public final class Autos {

Expand Down

0 comments on commit 5f6dcaf

Please sign in to comment.