Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6f8aa6b

Browse filesBrowse files
committed
Satisfy the linting gods
1 parent 8db5dbe commit 6f8aa6b
Copy full SHA for 6f8aa6b

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎Lib/asyncio/tools.py

Copy file name to clipboardExpand all lines: Lib/asyncio/tools.py
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.