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

parent 9d43fa1b
...@@ -10,7 +10,6 @@ import stat ...@@ -10,7 +10,6 @@ import stat
import fnmatch import fnmatch
import collections import collections
import errno import errno
import io
try: try:
import zlib import zlib
......
...@@ -51,7 +51,6 @@ __all__ = ['Trace', 'CoverageResults'] ...@@ -51,7 +51,6 @@ __all__ = ['Trace', 'CoverageResults']
import linecache import linecache
import os import os
import re
import sys import sys
import token import token
import tokenize import tokenize
......
...@@ -18,7 +18,6 @@ At large scale, the structure of the module is following: ...@@ -18,7 +18,6 @@ At large scale, the structure of the module is following:
* Wrapper submodules for re and io related types. * Wrapper submodules for re and io related types.
""" """
import abc
from abc import abstractmethod, abstractproperty from abc import abstractmethod, abstractproperty
import collections import collections
import collections.abc import collections.abc
......
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