Skip to content

Commit 0dc7599

Browse files
committed
remove pixelmap add
1 parent 4c44276 commit 0dc7599

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

adafruit_led_animation/helper.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,6 @@ def __getitem__(self, index):
143143
def __len__(self):
144144
return len(self._ranges)
145145

146-
def __add__(self, other):
147-
if not isinstance(other, PixelMap):
148-
raise TypeError("Cannot add PixelMap and %s" % type(other).__name__)
149-
150146
@property
151147
def brightness(self):
152148
"""

0 commit comments

Comments
 (0)