Skip to content
Snippets Groups Projects
Commit a9b4ab32 authored by Conor Finn's avatar Conor Finn
Browse files

RE #27779 Fix flake8 failures

parent e351d937
No related merge requests found
...@@ -95,7 +95,7 @@ class FittingDataPresenter(object): ...@@ -95,7 +95,7 @@ class FittingDataPresenter(object):
def _repopulate_table(self): def _repopulate_table(self):
""" """
Populate the table with the information from the loaded workspaces. 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._remove_all_table_rows()
self.row_numbers.clear() self.row_numbers.clear()
......
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
from qtpy import QtWidgets from qtpy import QtWidgets
from mantidqt.plotting.functions import get_plot_fig
from mantidqt.utils.qt import load_ui from mantidqt.utils.qt import load_ui
from matplotlib.figure import Figure from matplotlib.figure import Figure
from matplotlib.backends.qt_compat import is_pyqt5 from matplotlib.backends.qt_compat import is_pyqt5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment