Skip to content

Commit bf0a015

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-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

0 commit comments

Comments
 (0)