Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Feb 5, 2024
1 parent 131625d commit d6d4412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/main
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def _save_artifact(
resp_create = json.load(urllib.request.urlopen(req_create))

req_upload = urllib.request.Request(
f'{resp_create["fileContainerResourceUrl"]}?itemPath={artifact_name}/data.json', # noqa: E501
f'{resp_create['fileContainerResourceUrl']}?itemPath={artifact_name}/data.json', # noqa: E501
method='PUT',
headers={
**headers,
Expand Down

0 comments on commit d6d4412

Please sign in to comment.