Skip to content

Commit ae3380e

Browse files
github-actions[bot]arjunsuresh
authored andcommitted
[Automated Commit] Format Codebase [skip ci]
1 parent ce4a868 commit ae3380e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

script/generate-mlperf-inference-submission/customize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def generate_submission(env, state, inp, submission_division, logger):
118118

119119
if 'MLC_MLPERF_SUBMISSION_SYSTEM_STATUS' in env:
120120
system_meta_tmp['status'] = env['MLC_MLPERF_SUBMISSION_SYSTEM_STATUS']
121-
121+
122122
if submission_division != "":
123123
system_meta_tmp['division'] = submission_division
124124
division = submission_division

script/submit-mlperf-results/customize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def get_signed_url(server, benchmark, submitter_id, submitter_name, file_path):
7676
pass
7777
else:
7878
return {"return": 1,
79-
"error": f"HTTP status code: {response.status_code}"}
79+
"error": f"HTTP status code: {response.status_code}"}
8080

8181
except requests.exceptions.RequestException as e:
8282
return {"return": 1,

0 commit comments

Comments
 (0)