Merge pull request #102 from tekktrik/dev/fix-pylint-errors
Fix pylint errors
This commit is contained in:
commit
16179eaadf
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue