From 3bbda7d7c194bc9dde9dc23da16589902e1ba3ee Mon Sep 17 00:00:00 2001 From: MikeSullivan7 <30868085+MikeSullivan7@users.noreply.github.com> Date: Tue, 13 Feb 2024 12:35:17 +0000 Subject: [PATCH] test fix --- mantidimaging/gui/windows/spectrum_viewer/view.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mantidimaging/gui/windows/spectrum_viewer/view.py b/mantidimaging/gui/windows/spectrum_viewer/view.py index 8eecc68dc35..57d3c4861f9 100644 --- a/mantidimaging/gui/windows/spectrum_viewer/view.py +++ b/mantidimaging/gui/windows/spectrum_viewer/view.py @@ -51,7 +51,6 @@ class SpectrumViewerWindowView(BaseMainWindowView): spectrum_widget: SpectrumWidget - def __init__(self, main_window: 'MainWindowView'): super().__init__(None, 'gui/ui/spectrum_viewer.ui')