Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Lib/_pyrepl/simple_interact.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import sys
import code
import warnings
import errno

from .readline import _get_reader, multiline_input, append_history_file

Expand Down
2 changes: 1 addition & 1 deletion Lib/asyncio/tools.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Tools to analyze tasks running in asyncio programs."""

from collections import defaultdict, namedtuple
from collections import defaultdict
from itertools import count
from enum import Enum
import sys
Expand Down
1 change: 0 additions & 1 deletion Lib/shelve.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"""

from pickle import DEFAULT_PROTOCOL, dumps, loads
from io import BytesIO

import collections.abc

Expand Down
Loading