Skip to content

Commit e4030f5

Browse files
committed
change gendiff.data.py
1 parent 07bc4d2 commit e4030f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gendiff/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
def read_data(path_file):
55
with open(path_file, 'r') as file:
6-
strings = json.load(file)
6+
strings = dict(sorted(json.load(file).items()))
77
return strings

0 commit comments

Comments
 (0)