Skip to content

Commit 9126731

Browse files
committed
Small linter changes
1 parent 28f1861 commit 9126731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simulaqron/settings/simulaqron_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ def write_to_file(self, path: PathLike):
183183
serialized = JSONSerializer.serialize(self)
184184
json.dump(serialized, file, indent=4)
185185

186+
186187
def get_default_simulaqron_config_file():
187188
"""
188189
Get the simulaqron config file path to use.
@@ -204,4 +205,3 @@ def get_default_simulaqron_config_file():
204205
HOME_SIMULAQRON_SETTINGS.parent.mkdir(parents=True, exist_ok=True)
205206
simulaqron_settings.write_to_file(HOME_SIMULAQRON_SETTINGS)
206207
return HOME_SIMULAQRON_SETTINGS
207-

0 commit comments

Comments
 (0)