From 97080fdc3826e05bab6ddf70dc7e8c8cce8b904f Mon Sep 17 00:00:00 2001 From: aherbert Date: Wed, 9 Jun 2021 16:31:45 +0100 Subject: [PATCH] Removed unused import --- .../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 2ad82b189..cb9934129 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. */