We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 118308a commit 12538efCopy full SHA for 12538ef
docs/examples/sync_job.py
@@ -1,7 +1,7 @@
1
import time
2
import functools
3
import asyncio
4
-import futures
+from concurrent import futures
5
6
def sync_task(t):
7
return time.sleep(t)
0 commit comments