Skip to content

Commit d73883b

Browse files
committed
run black again
1 parent b29ecb6 commit d73883b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_utilities.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,9 @@ def test_write_png_rgb():
214214
],
215215
)
216216
def test_linear_gradient(
217-
hex_list: List[str], n_colors: int, expected_output: List[str],
217+
hex_list: List[str],
218+
n_colors: int,
219+
expected_output: List[str],
218220
):
219221
result = ut.linear_gradient(hex_list, n_colors)
220222
assert len(result) == len(expected_output), "Output length mismatch"

0 commit comments

Comments
 (0)