Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 11, 2024
1 parent 1071b02 commit c54dff1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gmso/formats/json.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,9 @@ def write_json(top, filename, types=True, update=False, **kwargs):
The keyword arguments to _to_json and json.dump methods
"""
json_dict = _to_json(
top, update=update, types=types,
top,
update=update,
types=types,
)
if not isinstance(filename, Path):
filename = Path(filename).resolve()
Expand Down

0 comments on commit c54dff1

Please sign in to comment.