Skip to content

Commit

Permalink
Fix phoenix5.sensors imports
Browse files Browse the repository at this point in the history
  • Loading branch information
auscompgeek committed Nov 2, 2024
1 parent a9442e1 commit 2b70f6c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions phoenix5/sensors.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# autogenerated by 'robotpy-build create-imports ctre ctre._ctre.sensors'
from ._ctre.sensors import (
AbsoluteSensorRange,
AxisDirection,
BasePigeon,
BasePigeonConfigUtils,
BasePigeonConfiguration,
Expand All @@ -14,11 +13,6 @@
CANCoderStatusFrame,
CANCoderStickyFaults,
MagnetFieldStrength,
Pigeon2,
Pigeon2ConfigUtils,
Pigeon2Configuration,
Pigeon2_Faults,
Pigeon2_StickyFaults,
PigeonIMU,
PigeonIMUConfigUtils,
PigeonIMUConfiguration,
Expand All @@ -30,13 +24,11 @@
SensorTimeBase,
SensorVelocityMeasPeriod,
WPI_CANCoder,
WPI_Pigeon2,
WPI_PigeonIMU,
)

__all__ = [
"AbsoluteSensorRange",
"AxisDirection",
"BasePigeon",
"BasePigeonConfigUtils",
"BasePigeonConfiguration",
Expand All @@ -49,11 +41,6 @@
"CANCoderStatusFrame",
"CANCoderStickyFaults",
"MagnetFieldStrength",
"Pigeon2",
"Pigeon2ConfigUtils",
"Pigeon2Configuration",
"Pigeon2_Faults",
"Pigeon2_StickyFaults",
"PigeonIMU",
"PigeonIMUConfigUtils",
"PigeonIMUConfiguration",
Expand All @@ -65,6 +52,5 @@
"SensorTimeBase",
"SensorVelocityMeasPeriod",
"WPI_CANCoder",
"WPI_Pigeon2",
"WPI_PigeonIMU",
]

0 comments on commit 2b70f6c

Please sign in to comment.