Skip to content

Commit

Permalink
Use distributed's version of this util.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Rose committed Feb 4, 2021
1 parent 943c331 commit cf0cdf9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions distributed/actor.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import asyncio
import functools
from inspect import iscoroutinefunction
import threading
from queue import Queue

from .client import Future, default_client
from .protocol import to_serialize
from .utils import thread_state, sync
from .utils import iscoroutinefunction, thread_state, sync
from .utils_comm import WrappedKey
from .worker import get_worker

Expand Down

0 comments on commit cf0cdf9

Please sign in to comment.