Skip to content

Commit

Permalink
Update distributed/recreate_tasks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky committed Aug 24, 2023
1 parent 12b2093 commit d4798e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions distributed/recreate_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ async def _get_raw_components_from_future(self, future):
For a given future return the func, args and kwargs and future
deps that would be executed remotely.
"""
from distributed.client import Future

if isinstance(future, Future):
await wait(future)
key = future.key
Expand Down

0 comments on commit d4798e8

Please sign in to comment.