Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Oct 22, 2024
1 parent 2fbcce9 commit 79d7136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audplot/core/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ def waveform(
*,
text: str = None,
color: str | Sequence[float] = "#E13B41",
background: str, | Sequence[float] = "#FFFFFF00",
background: str | Sequence[float] = "#FFFFFF00",
linewidth: float = 1.5,
ylim: Sequence[float] = (-1, 1),
ax: matplotlib.axes.Axes = None,
Expand Down

0 comments on commit 79d7136

Please sign in to comment.