Skip to content

Commit 6f8aa6b

Browse files
committed
Satisfy the linting gods
1 parent 8db5dbe commit 6f8aa6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/asyncio/tools.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def dfs(v):
109109
def build_async_tree(result, task_emoji="(T)", cor_emoji="", printer=print):
110110
"""
111111
Build a list of strings for pretty-print a async call tree.
112-
112+
113113
The call tree is produced by `get_all_async_stacks()`, prefixing tasks
114114
with `task_emoji` and coroutine frames with `cor_emoji`.
115115
"""

0 commit comments

Comments
 (0)