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 6ce088e commit a7885b4Copy full SHA for a7885b4
3 files changed
Lib/asyncio/coroutines.py
@@ -1,7 +1,6 @@
1
__all__ = ('iscoroutine',)
2
3
import collections.abc
4
-import inspect
5
import os
6
import sys
7
import types
Lib/unittest/mock.py
@@ -24,7 +24,6 @@
24
)
25
26
27
-import asyncio
28
import contextlib
29
import io
30
import inspect
Lib/zipfile/__init__.py
@@ -4,7 +4,6 @@
XXX references to utf-8 need further investigation.
"""
import binascii
-import importlib.util
8
9
10
import shutil
0 commit comments