diff --git a/pybricks/pupdevices.pyi b/pybricks/pupdevices.pyi index 4fb9a32..ceed267 100644 --- a/pybricks/pupdevices.pyi +++ b/pybricks/pupdevices.pyi @@ -19,8 +19,6 @@ class TiltSensor: def tilt(self) -> Tuple[int, int]: ... class ColorDistanceSensor: - """LEGO® Powered Up Color and Distance Sensor.""" - light: ColorLight def __init__(self, port: Port): ... def color(self) -> Optional[Color]: ...