Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Oct 25, 2024
1 parent 358b6a6 commit 8de506d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
from pytest_mock import MockerFixture

from depiction.persistence import ImzmlReadFile, ImzmlWriteFile
from depiction.tools.pick_peaks import (
from depiction.tools.pick_peaks.config import (
PickPeaksConfig,
PeakPickerBasicInterpolatedConfig,
get_peak_picker,
PeakPickerMSPeakPickerConfig,
PeakPickerFindMFPyConfig,
)
from depiction.tools.pick_peaks.pick_peaks import get_peak_picker


@pytest.fixture()
Expand Down

0 comments on commit 8de506d

Please sign in to comment.