Skip to content

Commit 4331045

Browse files
committed
format, allow returns
1 parent 7388563 commit 4331045

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

colorsys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def _v(chroma1: float, chroma2: float, hue: float) -> float:
8383
# V: color brightness
8484

8585

86-
def hsv_to_rgb(hue: float, sat: float, val: float) -> Tuple[float, float, float]:
86+
def hsv_to_rgb(hue: float, sat: float, val: float) -> Tuple[float, float, float]: # noqa: PLR0911
8787
"""Converts HSV to RGB values
8888
8989
:param float hue: The hue of the color to convert

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
32
#
43
# SPDX-License-Identifier: MIT

0 commit comments

Comments
 (0)