Skip to content

Commit 13a6392

Browse files
authored
Merge pull request #29 from tekktrik/dev/fix-pylint-errors
Fix pylint errors
2 parents 0bf61a0 + 8b04958 commit 13a6392

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_fancyled/adafruit_fancyled.py

+1
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ class CHSV:
180180
HSV->RGB->HSV translations won't have the same input and output.
181181
"""
182182

183+
# pylint: disable=invalid-name
183184
def __init__(self, h, s=1.0, v=1.0):
184185
if isinstance(h, float):
185186
self.hue = h # Don't clamp! Hue can wrap around forever.

0 commit comments

Comments
 (0)