mirror of
https://github.com/python/cpython.git
synced 2025-09-11 19:27:07 +00:00
Removed unused imports.
This commit is contained in:
parent
a6f26c1d34
commit
ccd047ea4b
26 changed files with 11 additions and 31 deletions
|
@ -20,7 +20,7 @@
|
|||
# Local imports
|
||||
from .. import fixer_base
|
||||
from ..pygram import token
|
||||
from ..fixer_util import Name, syms, Node, Leaf
|
||||
from ..fixer_util import syms, Node, Leaf
|
||||
|
||||
|
||||
def has_metaclass(parent):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue