Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rugeli committed Dec 13, 2023
1 parent 74c43b3 commit 93787fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cellpack/autopack/loaders/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ def read_json_file(path):
def write_json_file(path, data):
Path(path).parent.mkdir(exist_ok=True, parents=True)
with open(path, "w") as file_name:
json.dump(data, file_name)
json.dump(data, file_name)

0 comments on commit 93787fc

Please sign in to comment.