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 50fc473 commit 9729eebCopy full SHA for 9729eeb
Lib/asyncio/tools.py
@@ -7,7 +7,6 @@
7
from enum import Enum, StrEnum, auto
8
from itertools import count
9
10
-
11
class NodeType(Enum):
12
COROUTINE = 1
13
TASK = 2
0 commit comments