diff --git a/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/SANS/SANSLoad.py b/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/SANS/SANSLoad.py index 27ad3510c46e5742cd1e5e34f65ff4bc5d880588..c8ef16faae37b21761ff72c5d7f271c0e58b552d 100644 --- a/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/SANS/SANSLoad.py +++ b/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/SANS/SANSLoad.py @@ -9,8 +9,7 @@ """ SANSLoad algorithm which handles loading SANS files""" from __future__ import (absolute_import, division, print_function) -from mantid.kernel import (Direction, PropertyManagerProperty, FloatArrayProperty, - EnabledWhenProperty, PropertyCriterion) +from mantid.kernel import (Direction, PropertyManagerProperty, FloatArrayProperty) from mantid.api import (ParallelDataProcessorAlgorithm, MatrixWorkspaceProperty, AlgorithmFactory, PropertyMode, Progress, WorkspaceProperty)