Skip to content

Commit bf92900

Browse files
authored
[colorsys] Remove unneccessary "TODO" marker (#15761)
1 parent 148b3c2 commit bf92900

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stdlib/colorsys.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def hls_to_rgb(h: float, l: float, s: float) -> tuple[float, float, float]: ...
99
def rgb_to_hsv(r: float, g: float, b: float) -> tuple[float, float, float]: ...
1010
def hsv_to_rgb(h: float, s: float, v: float) -> tuple[float, float, float]: ...
1111

12-
# TODO: undocumented
12+
# undocumented
1313
ONE_SIXTH: Final[float]
1414
ONE_THIRD: Final[float]
1515
TWO_THIRD: Final[float]

0 commit comments

Comments
 (0)