Skip to content

Commit 21ba1ab

Browse files
committed
Update condition.py,test_condition.py
1 parent 47a790f commit 21ba1ab

2 files changed

Lines changed: 73 additions & 80 deletions

File tree

distributed/condition.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
from collections import defaultdict
77
from contextlib import suppress
88

9-
from distributed.utils import log_errors, wait_for, TimeoutError
10-
from distributed.utils import SyncMethodMixin
9+
from distributed.utils import SyncMethodMixin, log_errors
1110
from distributed.worker import get_client
1211

1312
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)