We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa2cac commit 42f3885Copy full SHA for 42f3885
1 file changed
Lib/test/test_asyncio/test_tasks.py
@@ -1,7 +1,6 @@
1
"""Tests for tasks.py."""
2
3
import collections
4
-from concurrent.futures import thread
5
import contextlib
6
import contextvars
7
import gc
@@ -3689,7 +3688,7 @@ async def target():
3689
3688
3690
thread_future.cancel()
3691
await asyncio.sleep(0)
3692
-
+
3693
self.loop.run_until_complete(target())
3694
self.assertEqual(0, len(self.loop._ready))
3695
0 commit comments