Skip to content

Commit 0e3f3c8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mslice/plotting/plot_window/overplot_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def toggle_overplot_line(
6060
)
6161
except:
6262
warnings.warn("No Bragg peak found as cut has no |Q| dimension.")
63-
return;
63+
return
6464
else:
6565
plotter_presenter.hide_overplot_line(plot_handler.ws_name, key)
6666

0 commit comments

Comments
 (0)