Skip to content

Commit 52cd9b5

Browse files
committed
Remove useless variable
1 parent 2d6a196 commit 52cd9b5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tinycss2/color5.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ def parse_color(input, color_schemes=None):
4040
if name == 'color':
4141
space, *tokens = tokens
4242

43-
length = len(tokens)
44-
4543
old_syntax = all(token == ',' for token in tokens[1::2])
4644
if old_syntax:
4745
tokens = tokens[::2]

0 commit comments

Comments
 (0)