We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a790f commit 21ba1abCopy full SHA for 21ba1ab
2 files changed
distributed/condition.py
@@ -6,8 +6,7 @@
6
from collections import defaultdict
7
from contextlib import suppress
8
9
-from distributed.utils import log_errors, wait_for, TimeoutError
10
-from distributed.utils import SyncMethodMixin
+from distributed.utils import SyncMethodMixin, log_errors
11
from distributed.worker import get_client
12
13
logger = logging.getLogger(__name__)
0 commit comments