Skip to content

Commit

Permalink
Merge pull request #29 from tekktrik/dev/fix-pylint-errors
Browse files Browse the repository at this point in the history
Fix pylint errors
  • Loading branch information
evaherrada committed Nov 8, 2022
2 parents 0bf61a0 + 8b04958 commit 13a6392
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adafruit_fancyled/adafruit_fancyled.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ class CHSV:
HSV->RGB->HSV translations won't have the same input and output.
"""

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

0 comments on commit 13a6392

Please sign in to comment.