From a92eae867bf35211f18b72eb3d6e4e5ecb7ee1ee Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Tue, 29 Dec 2020 09:32:11 +0100 Subject: [PATCH] typing/pupdevices: remove stray docstring --- pybricks/pupdevices.pyi | 2 -- 1 file changed, 2 deletions(-) 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]: ...