Kaydet (Commit) 7b96f07f authored tarafından Brett Cannon's avatar Brett Cannon

Remove an unneeded import of abc.ABCMeta from 'inspect'.

üst 46225e77
......@@ -38,7 +38,6 @@ import dis
import imp
import tokenize
import linecache
from abc import ABCMeta
from operator import attrgetter
from collections import namedtuple
......
......@@ -48,6 +48,8 @@ Core and Builtins
Library
-------
- Remove an unneeded import of abc.ABCMeta from 'inspect'.
- Remove unneeded imports of 'sys' and 'warnings' from 'io'.
- Remove unneeded imports of 'warnings' from shelve, filecmp, and dummy_thread.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment