Skip to content
Snippets Groups Projects
Commit 036bdb4a authored by Tom Titcombe's avatar Tom Titcombe
Browse files

Fix flake8 unused import warning Refs #0

parent f4feb5c0
No related merge requests found
......@@ -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)
......
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