mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Cleanup x so it is not left in module
This commit is contained in:
parent
4632117e37
commit
e98d16e8a4
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ from token import *
|
|||
|
||||
import token
|
||||
__all__ = [x for x in dir(token) if x[0] != '_'] + ["COMMENT", "tokenize", "NL"]
|
||||
del x
|
||||
del token
|
||||
|
||||
COMMENT = N_TOKENS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue