Skip to content

Commit

Permalink
removed unused import of pyteomics.mass
Browse files Browse the repository at this point in the history
  • Loading branch information
julianu committed May 21, 2024
1 parent bf50872 commit 2195aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psm_utils/io/xtandem.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
from typing import Union

import numpy as np
from pyteomics import mass, tandem
from pyteomics import tandem

from psm_utils.exceptions import PSMUtilsException
from psm_utils.io._base_classes import ReaderBase
Expand Down

0 comments on commit 2195aa2

Please sign in to comment.