Skip to content

Commit 12538ef

Browse files
authored
fix package importing in example (#261)
1 parent 118308a commit 12538ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/sync_job.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import time
22
import functools
33
import asyncio
4-
import futures
4+
from concurrent import futures
55

66
def sync_task(t):
77
return time.sleep(t)

0 commit comments

Comments
 (0)