Skip to content

Commit d26cc68

Browse files
committed
Removed blank line.
1 parent 7931fca commit d26cc68

File tree

1 file changed

+0
-1
lines changed
  • limitlessled/group/commands

1 file changed

+0
-1
lines changed

limitlessled/group/commands/v6.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ def convert_hue(self, hue, legacy_color_wheel=False):
8080
:param hue: The hue in decimal percent (0.0-1.0).
8181
:param legacy_color_wheel: Whether or not use the old color wheel.
8282
:return: The hue regarding the LimitlessLED color wheel.
83-
8483
"""
8584
hue = math.ceil(hue * self.MAX_HUE)
8685
if legacy_color_wheel:

0 commit comments

Comments
 (0)