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
3614acdc
Commit
3614acdc
authored
4 years ago
by
Joseph Torsney
Browse files
Options
Downloads
Patches
Plain Diff
Flake8 re28176
parent
03849b8c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
qt/applications/workbench/workbench/app/start.py
+0
-2
0 additions, 2 deletions
qt/applications/workbench/workbench/app/start.py
qt/applications/workbench/workbench/utils/test/test_io.py
+0
-1
0 additions, 1 deletion
qt/applications/workbench/workbench/utils/test/test_io.py
with
0 additions
and
3 deletions
qt/applications/workbench/workbench/app/start.py
+
0
−
2
View file @
3614acdc
...
...
@@ -15,7 +15,6 @@ from functools import partial
from
mantid.api
import
FrameworkManagerImpl
from
mantid.kernel
import
ConfigService
,
UsageService
,
version_str
as
mantid_version_str
from
mantidqt.utils.qt
import
plugins
from
mantidqt.utils.qt.qappthreadcall
import
QAppThreadCall
# Find Qt plugins for development builds on some platforms
plugins
.
setup_library_paths
()
...
...
@@ -29,7 +28,6 @@ from workbench.app.resources import qCleanupResources # noqa
from
workbench.config
import
APPNAME
,
ORG_DOMAIN
,
ORGANIZATION
# noqa
from
workbench.plugins.exception_handler
import
exception_logger
# noqa
from
workbench.widgets.about.presenter
import
AboutPresenter
# noqa
from
workbench.utils.io
import
input_qinputdialog
# Constants
SYSCHECK_INTERVAL
=
50
...
...
This diff is collapsed.
Click to expand it.
qt/applications/workbench/workbench/utils/test/test_io.py
+
0
−
1
View file @
3614acdc
...
...
@@ -40,4 +40,3 @@ class IOTest(TestCase):
mock_QInputDialog
.
exec_
.
return_value
=
False
self
.
assertRaises
(
RuntimeError
,
input_qinputdialog
)
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