typing/pupdevices: remove stray docstring

This commit is contained in:
Laurens Valk
2020-12-29 09:32:11 +01:00
parent 0a86e0a719
commit a92eae867b
-2
View File
@@ -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]: ...