mirror of
https://github.com/python/cpython.git
synced 2025-11-12 07:02:33 +00:00
Clean-up unused variable
This commit is contained in:
parent
f2cc352afd
commit
f57baaba49
1 changed files with 0 additions and 1 deletions
|
|
@ -24,7 +24,6 @@ def colorize(source):
|
||||||
lines = source.splitlines(True)
|
lines = source.splitlines(True)
|
||||||
lines.append('')
|
lines.append('')
|
||||||
readline = functools.partial(next, iter(lines), '')
|
readline = functools.partial(next, iter(lines), '')
|
||||||
actions = []
|
|
||||||
kind = tok_str = ''
|
kind = tok_str = ''
|
||||||
tok_type = tokenize.COMMENT
|
tok_type = tokenize.COMMENT
|
||||||
written = (1, 0)
|
written = (1, 0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue