Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f57baab

Browse files
committed
Clean-up unused variable
1 parent f2cc352 commit f57baab

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Tools/scripts/pycolorize.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def colorize(source):
2424
lines = source.splitlines(True)
2525
lines.append('')
2626
readline = functools.partial(next, iter(lines), '')
27-
actions = []
2827
kind = tok_str = ''
2928
tok_type = tokenize.COMMENT
3029
written = (1, 0)

0 commit comments

Comments
 (0)