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 9f7a9c4 commit 13d847cCopy full SHA for 13d847c
1 file changed
src/executorlib/task_scheduler/interactive/dependency.py
@@ -329,7 +329,9 @@ def _execute_tasks_with_dependencies(
329
refresh_rate=refresh_rate,
330
)
331
elif task_return_dict is not None:
332
- future_lookup_dict = {} # we need this future dict later on to resolve the dependencies
+ future_lookup_dict = (
333
+ {}
334
+ ) # we need this future dict later on to resolve the dependencies
335
for k, v in task_return_dict.items():
336
future_lookup_dict[k] = executor.submit(
337
fn=v["fn"],
0 commit comments