Skip to content

Commit 44fb96b

Browse files
authored
Update dependency.py
1 parent f98f9c4 commit 44fb96b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/executorlib/task_scheduler/interactive/dependency.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@ def _execute_tasks_with_dependencies(
290290
and "future" in task_dict
291291
):
292292
future_dependency_lst.append(task_dict)
293-
future_queue.task_done()
294293
elif ( # handle function submitted to the executor
295294
task_dict is not None
296295
and "fn" in task_dict

0 commit comments

Comments
 (0)