Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d1bc53

Browse files
srinivasreddyserhiy-storchaka
authored andcommitted
bpo-35202: Remove unused imports in Lib directory. (GH-10445)
1 parent 9d43fa1 commit 2d1bc53

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

Lib/shutil.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import fnmatch
1111
import collections
1212
import errno
13-
import io
1413

1514
try:
1615
import zlib

Lib/trace.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151

5252
import linecache
5353
import os
54-
import re
5554
import sys
5655
import token
5756
import tokenize

Lib/typing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
* Wrapper submodules for re and io related types.
1919
"""
2020

21-
import abc
2221
from abc import abstractmethod, abstractproperty
2322
import collections
2423
import collections.abc

0 commit comments

Comments
 (0)