Skip to content
Snippets Groups Projects
Commit 20bcfe9d authored by Elliot Oram's avatar Elliot Oram
Browse files

Spacing change and branch rename

Refs #13826
parent c46028b3
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ if is_supported_f2py_platform(): ...@@ -8,7 +8,7 @@ if is_supported_f2py_platform():
resnorm = import_f2py("ResNorm") resnorm = import_f2py("ResNorm")
else: else:
unsupported_message() unsupported_message()
from mantid.api import PythonAlgorithm, AlgorithmFactory, MatrixWorkspaceProperty, PropertyMode from mantid.api import PythonAlgorithm, AlgorithmFactory, MatrixWorkspaceProperty, PropertyMode
from mantid.kernel import StringListValidator, Direction from mantid.kernel import StringListValidator, Direction
from mantid.simpleapi import * from mantid.simpleapi import *
......
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