From 7ce18de357388aa275f159779f1776623adb96f3 Mon Sep 17 00:00:00 2001 From: Martin Davis Date: Thu, 26 Sep 2024 15:11:09 -0700 Subject: [PATCH] Fix imports --- .../test/java/org/locationtech/jts/algorithm/ConvexHullTest.java | 1 - 1 file changed, 1 deletion(-) 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;