We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d43870 + 93ca6f3 commit cebdf04Copy full SHA for cebdf04
adafruit_ble_magic_light.py
@@ -63,7 +63,7 @@ def __setitem__(self, index: int, value: int) -> None:
63
self._control = self._buf
64
self._color = value
65
66
- def __len__(self):
+ def __len__(self) -> int:
67
return 1
68
69
# Brightness doesn't preserve the color so comment it out for now. There are many other
0 commit comments