Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 21, 2024
1 parent 9234286 commit 19848a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physioqc/interfaces/visualizations.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def plot_average_peak(
Raises
------
ValueError
If an inapropriate plot type is chosen.
If an inappropriate plot type is chosen.
"""
if plot_mode not in ["traces", "ci", "auto"]:
raise ValueError('Plot mode has to be in ["traces", "ci", "auto"]')
Expand Down

0 comments on commit 19848a2

Please sign in to comment.