Skip to content
Snippets Groups Projects
Commit 3614acdc authored by Joseph Torsney's avatar Joseph Torsney
Browse files

Flake8 re28176

parent 03849b8c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -40,4 +40,3 @@ class IOTest(TestCase):
mock_QInputDialog.exec_.return_value = False
self.assertRaises(RuntimeError, input_qinputdialog)
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