Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d43fa1 commit 2d1bc53Copy full SHA for 2d1bc53
3 files changed
Lib/shutil.py
@@ -10,7 +10,6 @@
10
import fnmatch
11
import collections
12
import errno
13
-import io
14
15
try:
16
import zlib
Lib/trace.py
@@ -51,7 +51,6 @@
51
52
import linecache
53
import os
54
-import re
55
import sys
56
import token
57
import tokenize
Lib/typing.py
@@ -18,7 +18,6 @@
18
* Wrapper submodules for re and io related types.
19
"""
20
21
-import abc
22
from abc import abstractmethod, abstractproperty
23
24
import collections.abc
0 commit comments