Skip to content

Commit 4247cb7

Browse files
committed
Remove unused variables
1 parent cbad1c8 commit 4247cb7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_tinycss2.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,15 +190,13 @@ def test_color_currentcolor_5():
190190
def test_color_function_4(input):
191191
if not (color := parse_color4(input)):
192192
return None
193-
(*coordinates, alpha) = color
194193
return _build_color(color)
195194

196195

197196
@json_test(filename='color_function_4.json')
198197
def test_color_function_4_with_5(input):
199198
if not (color := parse_color5(input)):
200199
return None
201-
(*coordinates, alpha) = color
202200
return _build_color(color)
203201

204202

0 commit comments

Comments
 (0)