Skip to content

Commit e5afb6d

Browse files
authored
Apply nits from code review
1 parent f061b1d commit e5afb6d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_asyncio/test_tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3687,6 +3687,7 @@ async def target():
36873687
await asyncio.sleep(0)
36883688

36893689
thread_future.cancel()
3690+
36903691
await asyncio.sleep(0)
36913692

36923693
self.loop.run_until_complete(target())

0 commit comments

Comments
 (0)