Clean-up unused variable
This commit is contained in:
parent
f2cc352afd
commit
f57baaba49
|
@ -24,7 +24,6 @@ def colorize(source):
|
|||
lines = source.splitlines(True)
|
||||
lines.append('')
|
||||
readline = functools.partial(next, iter(lines), '')
|
||||
actions = []
|
||||
kind = tok_str = ''
|
||||
tok_type = tokenize.COMMENT
|
||||
written = (1, 0)
|
||||
|
|
Loading…
Reference in New Issue