mirror of
https://github.com/python/cpython.git
synced 2025-11-27 13:45:25 +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 imp
|
||||||
import tokenize
|
import tokenize
|
||||||
import linecache
|
import linecache
|
||||||
from abc import ABCMeta
|
|
||||||
from operator import attrgetter
|
from operator import attrgetter
|
||||||
from collections import namedtuple
|
from collections import namedtuple
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -48,6 +48,8 @@ Core and Builtins
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
- Remove an unneeded import of abc.ABCMeta from 'inspect'.
|
||||||
|
|
||||||
- Remove unneeded imports of 'sys' and 'warnings' from 'io'.
|
- Remove unneeded imports of 'sys' and 'warnings' from 'io'.
|
||||||
|
|
||||||
- Remove unneeded imports of 'warnings' from shelve, filecmp, and dummy_thread.
|
- Remove unneeded imports of 'warnings' from shelve, filecmp, and dummy_thread.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue