Skip to content

Commit 13d847c

Browse files
committed
Format black
1 parent 9f7a9c4 commit 13d847c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/executorlib/task_scheduler/interactive/dependency.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,9 @@ def _execute_tasks_with_dependencies(
329329
refresh_rate=refresh_rate,
330330
)
331331
elif task_return_dict is not None:
332-
future_lookup_dict = {} # we need this future dict later on to resolve the dependencies
332+
future_lookup_dict = (
333+
{}
334+
) # we need this future dict later on to resolve the dependencies
333335
for k, v in task_return_dict.items():
334336
future_lookup_dict[k] = executor.submit(
335337
fn=v["fn"],

0 commit comments

Comments
 (0)