Skip to content
Snippets Groups Projects
Commit f383fbfc authored by Phil Colebrooke's avatar Phil Colebrooke
Browse files

Re #28464 fix flake8 warnings

parent ba5e70e5
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@
from mpl_toolkits.mplot3d import Axes3D
class AxProperties(dict):
"""
An object to store the properties that can be set in the Axes
......
......@@ -6,8 +6,6 @@
# SPDX - License - Identifier: GPL - 3.0 +
# This file is part of the mantid workbench.
from mpl_toolkits.mplot3d import Axes3D
from mantidqt.widgets.plotconfigdialog import generate_ax_name, get_axes_names_dict
from mantidqt.widgets.plotconfigdialog.axestabwidget import AxProperties
from mantidqt.widgets.plotconfigdialog.axestabwidget.view import AxesTabWidgetView
......
......@@ -8,7 +8,7 @@
from qtpy.QtCore import Qt
from qtpy.QtGui import QDoubleValidator
from qtpy.QtWidgets import QWidget, QMessageBox
from qtpy.QtWidgets import QWidget
from mantidqt.utils.qt import load_ui
from mantidqt.widgets.plotconfigdialog.axestabwidget import AxProperties
......
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