[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -138,9 +138,11 @@ for x in range(args.num_vectors):
|
||||
|
||||
vectors[x_index] = {
|
||||
"type": "Vector",
|
||||
"description": stat_tester.subdescs[x]
|
||||
if x in stat_tester.subdescs
|
||||
else stat_tester.description,
|
||||
"description": (
|
||||
stat_tester.subdescs[x]
|
||||
if x in stat_tester.subdescs
|
||||
else stat_tester.description
|
||||
),
|
||||
"value": vector,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user