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 Apr 29, 2024
1 parent 0ab97ae commit ddcff6e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions test/test_worker_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@
{"mapped_to": "FOO", "value": "bar"},
{
"mapped_to": "PATH",
"value": {"artifact-reference": "<build/target.zip>"},
"value": {
"artifact-reference": "<build/target.zip>"
},
},
]
}
Expand Down Expand Up @@ -168,7 +170,9 @@
{"mapped_to": "FOO", "value": "bar"},
{
"mapped_to": "PATH",
"value": {"artifact-reference": "<build/target.zip>"},
"value": {
"artifact-reference": "<build/target.zip>"
},
},
]
}
Expand Down

0 comments on commit ddcff6e

Please sign in to comment.