Skip to content

Commit

Permalink
delete unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
SamvPy committed Oct 3, 2024
1 parent a0928fc commit c6ef3d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ms2rescore/rescoring_engines/mokapot.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"""

import os
import logging
import re
from typing import Any, Dict, List, Optional, Tuple
Expand All @@ -30,7 +29,7 @@
import psm_utils
from mokapot.brew import brew
from mokapot.dataset import LinearPsmDataset
from mokapot.model import Model, PercolatorModel, load_model
from mokapot.model import PercolatorModel
from pyteomics.mass import nist_mass

from ms2rescore.exceptions import RescoringError
Expand Down

0 comments on commit c6ef3d4

Please sign in to comment.