Merge pull request #102 from tekktrik/dev/fix-pylint-errors

Fix pylint errors
This commit is contained in:
Kattni 2022-11-08 15:02:32 -05:00 committed by GitHub
commit 16179eaadf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,7 +111,8 @@ class Chase(Animation):
""" """
return self.color return self.color
def space_color(self, n, pixel_no=0): # pylint: disable=unused-argument @staticmethod
def space_color(n, pixel_no=0): # pylint: disable=unused-argument
""" """
Generate the spacing color for the n'th bar_color in the Chase Generate the spacing color for the n'th bar_color in the Chase