mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 09:37:25 +00:00
typing/pupdevices: remove stray docstring
This commit is contained in:
@@ -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]: ...
|
||||
|
||||
Reference in New Issue
Block a user