Skip to content

Commit

Permalink
Fix one deepsource issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tovrstra committed Jun 20, 2024
1 parent 12d344a commit 4672143
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iodata/formats/molekel.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ def prepare_dump(data: IOData):
@document_dump_one("Molekel", ["atcoords", "atnums", "mo", "obasis"], ["atcharges"])
def dump_one(f: TextIO, data: IOData):
"""Do not edit this docstring. It will be overwritten."""

# Header
f.write("$MKL\n")
f.write("#\n")
Expand Down

0 comments on commit 4672143

Please sign in to comment.