Skip to content

Commit 5490446

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mne/viz/evoked.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -807,8 +807,8 @@ def _plot_lines(
807807
)
808808
# Put back the y limits as fill_betweenx messes them up
809809
ax.set_ylim(this_ylim)
810-
811-
ax.spines['left'].set_zorder(10)
810+
811+
ax.spines["left"].set_zorder(10)
812812

813813
lines.append(line_list)
814814

0 commit comments

Comments
 (0)