Skip to content

Commit d5494c2

Browse files
committed
fix lint
1 parent 9626ad4 commit d5494c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_led_animation/animation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ def draw(self):
420420
self.pixel_object[n::self._repeat_width] = [self.group_color(n) for n in range(num)]
421421
self.show()
422422

423-
def group_color(self, n):
423+
def group_color(self, n): # pylint: disable=unused-argument
424424
"""
425425
Generate the color for the n'th group
426426

0 commit comments

Comments
 (0)