Skip to content

Commit da9d132

Browse files
committed
Lint
1 parent d695c33 commit da9d132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
from pyms.GCMS.IO.JCAMP import JCAMP_reader # type: ignore[import]
1212
from pyms.IntensityMatrix import IntensityMatrix, build_intensity_matrix_i # type: ignore[import]
1313
from pyms.IonChromatogram import IonChromatogram # type: ignore[import]
14-
from pyms.Spectrum import MassSpectrum # type: ignore[import]
1514
from pyms.Noise.SavitzkyGolay import savitzky_golay # type: ignore[import]
1615
from pyms.Peak import Peak # type: ignore[import]
16+
from pyms.Spectrum import MassSpectrum # type: ignore[import]
1717
from pyms.TopHat import tophat # type: ignore[import]
1818
from pytest_regressions.data_regression import RegressionYamlDumper # type: ignore[import]
1919

0 commit comments

Comments
 (0)