Skip to content

Commit c376808

Browse files
committed
Remove sort_keys=True from json.py
1 parent af3ed6a commit c376808

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyt/formatters/json.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ def report(
2525

2626
result = json.dumps(
2727
machine_output,
28-
indent=4,
29-
sort_keys=True
28+
indent=4
3029
)
3130

3231
with fileobj:

0 commit comments

Comments
 (0)