This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git

commit 97080fdc3826e05bab6ddf70dc7e8c8cce8b904f
Author: aherbert <aherb...@apache.org>
AuthorDate: Wed Jun 9 16:31:45 2021 +0100

    Removed unused import
---
 .../java/org/apache/commons/math4/examples/sofm/tsp/StandAlone.java     | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/commons-math-examples/examples-sofm/tsp/src/main/java/org/apache/commons/math4/examples/sofm/tsp/StandAlone.java
 
b/commons-math-examples/examples-sofm/tsp/src/main/java/org/apache/commons/math4/examples/sofm/tsp/StandAlone.java
index 2ad82b1..cb99341 100644
--- 
a/commons-math-examples/examples-sofm/tsp/src/main/java/org/apache/commons/math4/examples/sofm/tsp/StandAlone.java
+++ 
b/commons-math-examples/examples-sofm/tsp/src/main/java/org/apache/commons/math4/examples/sofm/tsp/StandAlone.java
@@ -30,8 +30,6 @@ import picocli.CommandLine.Command;
 import org.apache.commons.rng.UniformRandomProvider;
 import org.apache.commons.rng.simple.RandomSource;
 
-import org.apache.commons.math4.neuralnet.twod.NeuronSquareMesh2D;
-
 /**
  * Application class.
  */

Reply via email to