bpo-35202: Remove unused imports in Lib directory. (GH-10445)

This commit is contained in:
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) 2018-11-10 11:15:28 +05:30 committed by Serhiy Storchaka
parent 9d43fa1bb2
commit 2d1bc537fe
3 changed files with 0 additions and 3 deletions

View File

@ -10,7 +10,6 @@ import stat
import fnmatch
import collections
import errno
import io
try:
import zlib

View File

@ -51,7 +51,6 @@ __all__ = ['Trace', 'CoverageResults']
import linecache
import os
import re
import sys
import token
import tokenize

View File

@ -18,7 +18,6 @@ At large scale, the structure of the module is following:
* Wrapper submodules for re and io related types.
"""
import abc
from abc import abstractmethod, abstractproperty
import collections
import collections.abc