Skip to content

Commit

Permalink
Fix formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
wfondrie committed Jun 26, 2024
1 parent 6f2a6c0 commit b5d8a22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion petasus/mzml.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
def read(mzml_file: str) -> dict[tuple[np.ndarray, np.ndarray]]:
"""Parse the mzML file
This parser is much faster than Pyteomics, but doesn't do any error checking.
This parser is much faster than Pyteomics, but doesn't do any error
checking.
Parameters
----------
Expand Down

0 comments on commit b5d8a22

Please sign in to comment.