From ae3cb6b7ec9c81d3f707bf75ce7d39f9cc6b28c7 Mon Sep 17 00:00:00 2001 From: Brandon Hewer <brandon.hewer@stfc.ac.uk> Date: Wed, 18 Jul 2018 19:02:23 +0100 Subject: [PATCH] Remove unused numpy import Refs #23002 --- .../algorithms/WorkflowAlgorithms/ElasticWindowMultiple.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/ElasticWindowMultiple.py b/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/ElasticWindowMultiple.py index da5d99aedab..3676a33d34a 100644 --- a/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/ElasticWindowMultiple.py +++ b/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/ElasticWindowMultiple.py @@ -4,8 +4,6 @@ from mantid.simpleapi import AppendSpectra, CloneWorkspace, ElasticWindow, LoadL from mantid.kernel import * from mantid.api import * -import numpy as np - def _normalize_by_index(workspace, index): """ -- GitLab