We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc95956 commit 533c32fCopy full SHA for 533c32f
baremaps-raster/src/test/java/org/apache/baremaps/raster/ContourTracerTest.java
@@ -18,7 +18,6 @@
18
package org.apache.baremaps.raster;
19
20
import static org.apache.baremaps.testing.GeometryAssertions.assertGeometryEquals;
21
-import static org.junit.jupiter.api.Assertions.assertEquals;
22
import static org.junit.jupiter.api.Assertions.assertFalse;
23
24
import java.io.IOException;
@@ -27,7 +26,6 @@
27
26
import org.junit.jupiter.api.DisplayName;
28
import org.junit.jupiter.api.Test;
29
import org.locationtech.jts.io.ParseException;
30
-import org.locationtech.jts.io.WKTReader;
31
32
class ContourTracerTest {
33
0 commit comments