Skip to content

Commit de52d8f

Browse files
Copilotthewtex
andcommitted
Remove unused import in test
Co-authored-by: thewtex <[email protected]>
1 parent d6af876 commit de52d8f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/Registration/Metricsv4/wrapping/test/itkObjectToObjectMultiMetricv4Test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
assert multi_metric.GetNumberOfMetrics() == 1
3838

3939
# Set metric weights
40-
import itk.support.types as types
4140
weights = itk.Array[itk.D](1)
4241
weights[0] = 0.5
4342
multi_metric.SetMetricWeights(weights)

0 commit comments

Comments
 (0)