Skip to content

Commit 0aabc06

Browse files
ByteFlowing1337miss-islington
authored andcommitted
gh-151428: Remove unused imports in the stdlib (GH-151440)
(cherry picked from commit a7885b4) Co-authored-by: Ivy Xu <fakeshadow1337@gmail.com>
1 parent 75289a9 commit 0aabc06

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

Lib/asyncio/coroutines.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
__all__ = 'iscoroutinefunction', 'iscoroutine'
22

33
import collections.abc
4-
import inspect
54
import os
65
import sys
76
import types

Lib/unittest/mock.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
)
2525

2626

27-
import asyncio
2827
import contextlib
2928
import io
3029
import inspect

Lib/zipfile/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
XXX references to utf-8 need further investigation.
55
"""
66
import binascii
7-
import importlib.util
87
import io
98
import os
109
import shutil

0 commit comments

Comments
 (0)