diff --git a/modules/core/src/test/java/org/locationtech/jts/algorithm/ConvexHullTest.java b/modules/core/src/test/java/org/locationtech/jts/algorithm/ConvexHullTest.java index b85a366efa..8a168c9193 100644 --- a/modules/core/src/test/java/org/locationtech/jts/algorithm/ConvexHullTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/algorithm/ConvexHullTest.java @@ -19,7 +19,6 @@ import org.locationtech.jts.geom.Geometry; import org.locationtech.jts.geom.GeometryFactory; import org.locationtech.jts.geom.PrecisionModel; -import org.locationtech.jts.io.ParseException; import org.locationtech.jts.io.WKTReader; import junit.framework.Test;