mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
remove unused import (#5040)
This commit is contained in:
parent
e5f7dccefa
commit
e325608740
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ __author__ = "Guido van Rossum <guido@python.org>"
|
||||||
|
|
||||||
# Python imports
|
# Python imports
|
||||||
import io
|
import io
|
||||||
import os
|
|
||||||
|
|
||||||
# Fairly local imports
|
# Fairly local imports
|
||||||
from .pgen2 import driver, literals, token, tokenize, parse, grammar
|
from .pgen2 import driver, literals, token, tokenize, parse, grammar
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue