From a9b4ab3280775843757f6df33e16fb0b9024ab9e Mon Sep 17 00:00:00 2001 From: Conor Finn <conor.finn@stfc.ac.uk> Date: Tue, 18 Feb 2020 16:09:51 +0000 Subject: [PATCH] RE #27779 Fix flake8 failures --- .../tabs/fitting/data_handling/data_presenter.py | 2 +- .../engineering_diffraction/tabs/fitting/plotting/plot_view.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/Engineering/gui/engineering_diffraction/tabs/fitting/data_handling/data_presenter.py b/scripts/Engineering/gui/engineering_diffraction/tabs/fitting/data_handling/data_presenter.py index 6bb6dc636cf..98d1530eeff 100644 --- a/scripts/Engineering/gui/engineering_diffraction/tabs/fitting/data_handling/data_presenter.py +++ b/scripts/Engineering/gui/engineering_diffraction/tabs/fitting/data_handling/data_presenter.py @@ -95,7 +95,7 @@ class FittingDataPresenter(object): def _repopulate_table(self): """ Populate the table with the information from the loaded workspaces. - Will also handle any workspaces that need to be plotted. + Will also handle any workspaces that need to be plotted. """ self._remove_all_table_rows() self.row_numbers.clear() diff --git a/scripts/Engineering/gui/engineering_diffraction/tabs/fitting/plotting/plot_view.py b/scripts/Engineering/gui/engineering_diffraction/tabs/fitting/plotting/plot_view.py index b7fb42e026a..edf3cab68c0 100644 --- a/scripts/Engineering/gui/engineering_diffraction/tabs/fitting/plotting/plot_view.py +++ b/scripts/Engineering/gui/engineering_diffraction/tabs/fitting/plotting/plot_view.py @@ -7,7 +7,6 @@ from qtpy import QtWidgets -from mantidqt.plotting.functions import get_plot_fig from mantidqt.utils.qt import load_ui from matplotlib.figure import Figure from matplotlib.backends.qt_compat import is_pyqt5 -- GitLab