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 8bdfcea commit 50fc473Copy full SHA for 50fc473
Lib/asyncio/tools.py
@@ -5,7 +5,7 @@
5
from _remote_debugging import RemoteUnwinder, FrameInfo
6
from collections import defaultdict
7
from enum import Enum, StrEnum, auto
8
-from itertools import chain, count
+from itertools import count
9
10
11
class NodeType(Enum):
0 commit comments