Skip to content

Commit c3a1917

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mne/report/tests/test_report.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -748,10 +748,10 @@
748748
section = "<div whatever 😀 etc."
749749
sec_san = "_div_whatever___etc_"
750750
r.add_figure(
751-
fig=fig2,
752-
title="duplicate",
753-
section=section,
754-
replace=True, # should have no effect
751+
fig=fig2,
752+
title="duplicate",
753+
section=section,
754+
replace=True, # should have no effect
755755
)
756756
html = r.html
757757
assert len(html) == 6

0 commit comments

Comments
 (0)