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 20, 2024
1 parent 359a1b4 commit 347f64d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion taskcluster/fxci_config_taskgraph/util/integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ def find_tasks(
# All datestamps come in as absolute ones, many of which
# will be in the past. We need to rewrite these to relative
# ones to make the task reschedulable.
tasks[upstream_task_id] = _rewrite_task_revisions(_rewrite_task_datestamps(task_def))
tasks[upstream_task_id] = _rewrite_task_revisions(
_rewrite_task_datestamps(task_def)
)

return tasks

0 comments on commit 347f64d

Please sign in to comment.