Skip to content

Commit

Permalink
style: pre-commit.ci auto fixes [...]
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 6, 2024
1 parent be7de46 commit 71b0122
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/taskgraph/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,14 @@
testing = False


def create_tasks(graph_config, taskgraph, label_to_taskid, params, decision_task_id, task_group_id=None):
def create_tasks(
graph_config,
taskgraph,
label_to_taskid,
params,
decision_task_id,
task_group_id=None,
):
taskid_to_label = {t: l for l, t in label_to_taskid.items()}

# when running as an actual decision task, we use the decision task's
Expand Down

0 comments on commit 71b0122

Please sign in to comment.