Skip to content

Commit 2d816b1

Browse files
precommitted utils.py file
1 parent f082857 commit 2d816b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modelspec/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ def element_to_dict(element):
101101

102102
return result
103103

104+
104105
def convert_values(value):
105106
if isinstance(value, str):
106107
if value.isdigit():
@@ -123,7 +124,6 @@ def convert_values(value):
123124
return value
124125

125126

126-
127127
def save_to_json_file(info_dict, filename, indent=4):
128128

129129
strj = json.dumps(info_dict, indent=indent)

0 commit comments

Comments
 (0)