Skip to content

Commit 9999674

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 98d65b8 commit 9999674

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pymassspec_plot/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
Figure.__module__ = "matplotlib.figure"
6060

6161

62-
def plot_ic( # noqa: PRM002
62+
def plot_ic( # noqa: PRM002
6363
ax: matplotlib.axes.Axes,
6464
ic: IonChromatogram,
6565
minutes: bool = False,
@@ -103,7 +103,7 @@ def plot_ic( # noqa: PRM002
103103
return plot
104104

105105

106-
def plot_mass_spec(ax: Axes, mass_spec: MassSpectrum, **kwargs) -> BarContainer: # noqa: PRM002
106+
def plot_mass_spec(ax: Axes, mass_spec: MassSpectrum, **kwargs) -> BarContainer: # noqa: PRM002
107107
"""
108108
Plots a Mass Spectrum.
109109

tests/test_plot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
style="default",
4949
)
5050

51+
5152
@check_images
5253
def test_plot_ic(im_i: IntensityMatrix):
5354
fig, ax = plt.subplots()

0 commit comments

Comments
 (0)