diff --git a/src/test/java/org/apache/commons/math/complex/ComplexFormatAbstractTest.java b/src/test/java/org/apache/commons/math/complex/ComplexFormatAbstractTest.java index 01a647945..198a14a76 100644 --- a/src/test/java/org/apache/commons/math/complex/ComplexFormatAbstractTest.java +++ b/src/test/java/org/apache/commons/math/complex/ComplexFormatAbstractTest.java @@ -24,7 +24,6 @@ import java.util.Locale; import org.junit.Test; import org.junit.Assert; -import org.apache.commons.math.util.CompositeFormat; import org.apache.commons.math.util.FastMath; import org.apache.commons.math.exception.MathIllegalArgumentException; import org.apache.commons.math.exception.NullArgumentException;