Remove unused import.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1465450 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
365d7bb456
commit
2cc9931e2b
|
@ -18,7 +18,6 @@ package org.apache.commons.math3.ml.distance;
|
|||
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
import org.apache.commons.math3.util.FastMath;
|
||||
|
||||
/**
|
||||
* Tests for {@link ChebyshevDistance} class.
|
||||
|
|
Loading…
Reference in New Issue