Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
41ae6107
Commit
41ae6107
authored
Jan 22, 2021
by
Samuel Jones
Browse files
Re #30308 Remove unused import
parent
8a327189
Changes
1
Hide whitespace changes
Inline
Side-by-side
qt/python/mantidqt/widgets/sliceviewer/test/test_sliceviewer_view.py
View file @
41ae6107
...
...
@@ -10,9 +10,10 @@ import sys
import
unittest
from
unittest
import
mock
from
unittest.mock
import
patch
from
numpy
import
hstack
import
matplotlib
as
mpl
from
numpy
import
hstack
mpl
.
use
(
'Agg'
)
from
mantidqt.widgets.colorbar.colorbar
import
MIN_LOG_VALUE
# noqa: E402
from
mantid.simpleapi
import
(
# noqa: E402
...
...
@@ -24,7 +25,6 @@ from mantidqt.utils.qt.testing.qt_widget_finder import QtWidgetFinder # noqa: E
from
mantidqt.widgets.sliceviewer.presenter
import
SliceViewer
# noqa: E402
from
mantidqt.widgets.sliceviewer.toolbar
import
ToolItemText
# noqa: E402
from
qtpy.QtWidgets
import
QApplication
# noqa: E402
from
qtpy.QtGui
import
QCloseEvent
# noqa: E402
from
math
import
inf
# noqa: E402
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment