mirror of https://github.com/python/cpython.git
Cleanup x so it is not left in module
This commit is contained in:
parent
4632117e37
commit
e98d16e8a4
|
@ -33,6 +33,7 @@
|
|||
|
||||
import token
|
||||
__all__ = [x for x in dir(token) if x[0] != '_'] + ["COMMENT", "tokenize", "NL"]
|
||||
del x
|
||||
del token
|
||||
|
||||
COMMENT = N_TOKENS
|
||||
|
|
Loading…
Reference in New Issue