Skip to content

Commit

Permalink
fix package importing in example (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdpath committed Sep 2, 2021
1 parent 118308a commit 12538ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/sync_job.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import time
import functools
import asyncio
import futures
from concurrent import futures

def sync_task(t):
return time.sleep(t)
Expand Down

0 comments on commit 12538ef

Please sign in to comment.