Skip to content

Commit

Permalink
Merge pull request #8 from LakeEffectRobotics/linting
Browse files Browse the repository at this point in the history
removes unused imports, small white space removal
  • Loading branch information
karmalover-ca authored Mar 1, 2024
2 parents 2bd2506 + 7553bb9 commit f35a191
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/main/java/frc/robot/OI.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ private static class PORT {
private static final int LEFT_STICK = 0;
private static final int RIGHT_STICK = 1;
private static final int OPERATOR_CONTROLLER = 2;

}

/** Driver Button Map */
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
import edu.wpi.first.wpilibj2.command.Command;
import edu.wpi.first.wpilibj2.command.Commands;
import frc.robot.commands.DriveCommand;
import frc.robot.commands.instant.ShiftDownCommand;
import frc.robot.commands.instant.ShiftUpCommand;
//import frc.robot.commands.instant.ShiftDownCommand;
//import frc.robot.commands.instant.ShiftUpCommand;
import frc.robot.subsystems.Drivetrain;
import frc.robot.subsystems.Drivetrain.Gear;

Expand Down
2 changes: 0 additions & 2 deletions src/main/java/frc/robot/RobotMap.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package frc.robot;

import com.revrobotics.AlternateEncoderType;
import com.revrobotics.CANSparkMax;
import com.revrobotics.RelativeEncoder;
import com.revrobotics.CANSparkLowLevel.MotorType;

import edu.wpi.first.wpilibj.DoubleSolenoid;
Expand Down

0 comments on commit f35a191

Please sign in to comment.