This commit is contained in:
Roy Hooper 2019-12-09 15:04:56 -05:00
parent 9626ad4b21
commit d5494c2b5f

View file

@ -420,7 +420,7 @@ class Chase(Animation):
self.pixel_object[n::self._repeat_width] = [self.group_color(n) for n in range(num)]
self.show()
def group_color(self, n):
def group_color(self, n): # pylint: disable=unused-argument
"""
Generate the color for the n'th group