Removed unused import

This commit is contained in:
aherbert 2021-06-09 16:31:45 +01:00
parent 6d1351cc33
commit 97080fdc38
1 changed files with 0 additions and 2 deletions

View File

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