Skip to content

Commit 16179ea

Browse files
authored
Merge pull request #102 from tekktrik/dev/fix-pylint-errors
Fix pylint errors
2 parents eaecdc3 + 24319aa commit 16179ea

File tree

1 file changed

+2
-1
lines changed
  • adafruit_led_animation/animation

1 file changed

+2
-1
lines changed

adafruit_led_animation/animation/chase.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ def bar_color(self, n, pixel_no=0): # pylint: disable=unused-argument
111111
"""
112112
return self.color
113113

114-
def space_color(self, n, pixel_no=0): # pylint: disable=unused-argument
114+
@staticmethod
115+
def space_color(n, pixel_no=0): # pylint: disable=unused-argument
115116
"""
116117
Generate the spacing color for the n'th bar_color in the Chase
117118

0 commit comments

Comments
 (0)