Skip to content

Commit 37837ed

Browse files
authored
Fix formatting
1 parent b500a1f commit 37837ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/asyncio/tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -921,6 +921,7 @@ def _log_on_cancel_callback(inner):
921921
context['source_traceback'] = inner._source_traceback
922922
inner._loop.call_exception_handler(context)
923923

924+
924925
def shield(arg):
925926
"""Wait for a future, shielding it from cancellation.
926927

0 commit comments

Comments
 (0)