Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
8121070d
Commit
8121070d
authored
6 years ago
by
Gigg, Martyn Anthony
Committed by
Martyn Gigg
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused imports in mainwindow
parent
a4b84c4e
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
qt/applications/workbench/workbench/app/mainwindow.py
+1
-4
1 addition, 4 deletions
qt/applications/workbench/workbench/app/mainwindow.py
with
1 addition
and
4 deletions
qt/applications/workbench/workbench/app/mainwindow.py
+
1
−
4
View file @
8121070d
...
...
@@ -44,7 +44,7 @@ requirements.check_qt()
# -----------------------------------------------------------------------------
# Qt
# -----------------------------------------------------------------------------
from
qtpy.QtCore
import
(
QEventLoop
,
Qt
,
QTimer
,
QCoreApplication
)
# noqa
from
qtpy.QtCore
import
(
QEventLoop
,
Qt
,
QCoreApplication
)
# noqa
from
qtpy.QtGui
import
(
QColor
,
QPixmap
)
# noqa
from
qtpy.QtWidgets
import
(
QApplication
,
QDesktopWidget
,
QFileDialog
,
QMainWindow
,
QSplashScreen
)
# noqa
...
...
@@ -92,11 +92,8 @@ QApplication.processEvents(QEventLoop.AllEvents)
# -----------------------------------------------------------------------------
# Utilities/Widgets
# -----------------------------------------------------------------------------
from
mantidqt.py3compat
import
qbytearray_to_str
# noqa
from
mantidqt.utils.qt
import
add_actions
,
create_action
# noqa
from
mantidqt.widgets.manageuserdirectories
import
ManageUserDirectories
# noqa
from
workbench.config.main
import
CONF
# noqa
from
workbench.external.mantid
import
prepare_mantid_env
# noqa
# -----------------------------------------------------------------------------
# MainWindow
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment