Skip to content

Commit

Permalink
Update iodata/formats/json.py
Browse files Browse the repository at this point in the history
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
  • Loading branch information
tovrstra and sourcery-ai[bot] authored Jun 20, 2024
1 parent 557eaf6 commit 41709be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iodata/formats/json.py
Original file line number Diff line number Diff line change
Expand Up @@ -1436,7 +1436,7 @@ def _parse_provenance(
return base_provenance


def prepare_dump(data: IOData) -> IOData:
def prepare_dump(data: IOData):
"""Check the compatibility of the IOData object with QCScheme.
Parameters
Expand Down

0 comments on commit 41709be

Please sign in to comment.