Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Jul 19, 2019
1 parent 6831499 commit 1ba12b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def e(*args, **kwargs):
async def myqueuedworker(task, **kwargs):
print('queued worker is running, queue task: {}'.format(task))
try:
result = await co_apply(
result = await co_mp_apply(
tests.mp.test,
args=(1, 2, 3),
kwargs={'x': 2},
Expand Down

0 comments on commit 1ba12b1

Please sign in to comment.