mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Remove an unneeded import of abc.ABCMeta from 'inspect'.
This commit is contained in:
parent
46225e77fa
commit
7b96f07feb
2 changed files with 2 additions and 1 deletions
|
|
@ -38,7 +38,6 @@ import dis
|
|||
import imp
|
||||
import tokenize
|
||||
import linecache
|
||||
from abc import ABCMeta
|
||||
from operator import attrgetter
|
||||
from collections import namedtuple
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue