Skip to content

Commit 85ad8d5

Browse files
authored
Fix broken lints
1 parent de52108 commit 85ad8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/converters/hexadec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def hex_to_dec_primaries(
1111
) -> Union[list[int], list[float]]:
1212
"""
1313
Splits hex color code into three decimal values of the primary colors.
14-
14+
1515
Args:
1616
color (str): Color code string (hex), can include '#' prefix
1717
arithmetic (bool, optional): If True returns float values between 0 and 1.

0 commit comments

Comments
 (0)