Skip to content

Commit 9729eeb

Browse files
committed
whitespace
1 parent 50fc473 commit 9729eeb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/asyncio/tools.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from enum import Enum, StrEnum, auto
88
from itertools import count
99

10-
1110
class NodeType(Enum):
1211
COROUTINE = 1
1312
TASK = 2

0 commit comments

Comments
 (0)