Skip to content

Commit

Permalink
Fix pylint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik authored Nov 8, 2022
1 parent 0bf61a0 commit 8b04958
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 8b04958

Please sign in to comment.