From 173106f75e5b21227a8bd9e11f4eab6ad62ae9bf Mon Sep 17 00:00:00 2001 From: Michael Spears Date: Thu, 25 Jan 2024 17:17:42 -0500 Subject: [PATCH] Added to Feeder --- src/main/kotlin/frc/team449/robot2024/subsystems/Feeder.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/frc/team449/robot2024/subsystems/Feeder.kt b/src/main/kotlin/frc/team449/robot2024/subsystems/Feeder.kt index 5208806..9bcdd6c 100644 --- a/src/main/kotlin/frc/team449/robot2024/subsystems/Feeder.kt +++ b/src/main/kotlin/frc/team449/robot2024/subsystems/Feeder.kt @@ -3,7 +3,6 @@ import edu.wpi.first.util.sendable.SendableBuilder import edu.wpi.first.wpilibj2.command.Command import edu.wpi.first.wpilibj2.command.SubsystemBase import frc.team449.robot2024.constants.subsystem.FeederConstants -import frc.team449.robot2024.constants.subsystem.FeederConstants import frc.team449.system.encoder.NEOEncoder import frc.team449.system.motor.WrappedMotor import frc.team449.system.motor.createSparkMax