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 cb02ad2 commit e88b259Copy full SHA for e88b259
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