Skip to content

Commit

Permalink
removed silly unused stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelx0281 committed Jan 22, 2024
1 parent ba10cbc commit 8ce5535
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

import com.revrobotics.CANSparkFlex;
import com.revrobotics.CANSparkLowLevel.MotorType;
import edu.wpi.first.units.Current;
import edu.wpi.first.units.Unit;
import java.util.Set;
import org.sciborgs1155.lib.SparkUtils;
import org.sciborgs1155.lib.SparkUtils.Data;
Expand All @@ -15,7 +13,6 @@

public class RealFeeder implements FeederIO {

private static final Unit<Current> Amps = null;
private final CANSparkFlex motor;

public RealFeeder() {
Expand Down

0 comments on commit 8ce5535

Please sign in to comment.