Skip to content

Commit ecb901d

Browse files
authored
Drop three unused imports (#141875)
1 parent e457d60 commit ecb901d

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Lib/_pyrepl/simple_interact.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
import sys
3232
import code
3333
import warnings
34-
import errno
3534

3635
from .readline import _get_reader, multiline_input, append_history_file
3736

Lib/asyncio/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Tools to analyze tasks running in asyncio programs."""
22

3-
from collections import defaultdict, namedtuple
3+
from collections import defaultdict
44
from itertools import count
55
from enum import Enum
66
import sys

Lib/shelve.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
"""
5858

5959
from pickle import DEFAULT_PROTOCOL, dumps, loads
60-
from io import BytesIO
6160

6261
import collections.abc
6362

0 commit comments

Comments
 (0)