Skip to content

Commit 42f3885

Browse files
committed
Fix code style
1 parent 8fa2cac commit 42f3885

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Lib/test/test_asyncio/test_tasks.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""Tests for tasks.py."""
22

33
import collections
4-
from concurrent.futures import thread
54
import contextlib
65
import contextvars
76
import gc
@@ -3689,7 +3688,7 @@ async def target():
36893688

36903689
thread_future.cancel()
36913690
await asyncio.sleep(0)
3692-
3691+
36933692
self.loop.run_until_complete(target())
36943693
self.assertEqual(0, len(self.loop._ready))
36953694

0 commit comments

Comments
 (0)