Skip to content

Commit a7885b4

Browse files
gh-151428: Remove unused imports in the stdlib (#151440)
1 parent 6ce088e commit a7885b4

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__ = ('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)