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:
Thomas Neidhart 2013-04-07 19:32:31 +00:00
parent 365d7bb456
commit 2cc9931e2b
1 changed files with 0 additions and 1 deletions

View File

@ -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.