diff --git a/src/test/org/apache/commons/math/stat/regression/OLSMultipleLinearRegressionTest.java b/src/test/org/apache/commons/math/stat/regression/OLSMultipleLinearRegressionTest.java index 835cd1e98..55029f852 100644 --- a/src/test/org/apache/commons/math/stat/regression/OLSMultipleLinearRegressionTest.java +++ b/src/test/org/apache/commons/math/stat/regression/OLSMultipleLinearRegressionTest.java @@ -16,12 +16,9 @@ */ package org.apache.commons.math.stat.regression; +import org.apache.commons.math.TestUtils; import org.junit.Before; import org.junit.Test; -import static org.junit.Assert.assertEquals; -import static org.junit.Assert.assertTrue; -import org.apache.commons.math.TestUtils; -import org.apache.commons.math.linear.RealMatrixImpl; public class OLSMultipleLinearRegressionTest extends AbstractMultipleLinearRegressionTest {