Skip to content

Commit 917c43c

Browse files
committed
Remove unused imports after removal of license level tests
1 parent 242be8d commit 917c43c

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/scalar/spatial/StGeohashTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
import org.apache.lucene.util.BytesRef;
1414
import org.elasticsearch.common.geo.GeoBoundingBox;
1515
import org.elasticsearch.geometry.utils.Geohash;
16-
import org.elasticsearch.license.License;
1716
import org.elasticsearch.xpack.esql.core.expression.Expression;
1817
import org.elasticsearch.xpack.esql.core.tree.Source;
1918
import org.elasticsearch.xpack.esql.core.type.DataType;

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/scalar/spatial/StGeohexTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
import org.apache.lucene.util.BytesRef;
1414
import org.elasticsearch.common.geo.GeoBoundingBox;
1515
import org.elasticsearch.h3.H3;
16-
import org.elasticsearch.license.License;
1716
import org.elasticsearch.xpack.esql.core.expression.Expression;
1817
import org.elasticsearch.xpack.esql.core.tree.Source;
1918
import org.elasticsearch.xpack.esql.core.type.DataType;

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/scalar/spatial/StGeotileTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
import org.apache.lucene.util.BytesRef;
1414
import org.elasticsearch.common.geo.GeoBoundingBox;
15-
import org.elasticsearch.license.License;
1615
import org.elasticsearch.search.aggregations.bucket.geogrid.GeoTileUtils;
1716
import org.elasticsearch.xpack.esql.core.expression.Expression;
1817
import org.elasticsearch.xpack.esql.core.tree.Source;

0 commit comments

Comments
 (0)