Skip to content

Commit 6d248d1

Browse files
committed
added whitespace, upgrade click for black formatting
Signed-off-by: Say <[email protected]>
1 parent 3f2e98a commit 6d248d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/score.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def get_test_results(self): # noqa: C901
175175
"pytest_skipped",
176176
]:
177177
if not ar.payload_param == "NA":
178-
entry += "("+ str(ar.payload_param) +")"
178+
entry += "(" + str(ar.payload_param) + ")"
179179
if entry in report[bn][test]["data"]:
180180
report[bn][test]["data"][entry].append(
181181
details

0 commit comments

Comments
 (0)