Skip to content

Commit 50fc473

Browse files
committed
fixup! Reintroduce _row_header, add _fmt_table_row() utility
1 parent 8bdfcea commit 50fc473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/asyncio/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from _remote_debugging import RemoteUnwinder, FrameInfo
66
from collections import defaultdict
77
from enum import Enum, StrEnum, auto
8-
from itertools import chain, count
8+
from itertools import count
99

1010

1111
class NodeType(Enum):

0 commit comments

Comments
 (0)