Skip to content

Commit e148592

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 537c0f1 commit e148592

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/enrich/LookupFromIndexService.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
import org.elasticsearch.TransportVersions;
1111
import org.elasticsearch.cluster.service.ClusterService;
12-
import org.elasticsearch.common.breaker.CircuitBreaker;
13-
import org.elasticsearch.common.breaker.NoopCircuitBreaker;
1412
import org.elasticsearch.common.collect.Iterators;
1513
import org.elasticsearch.common.io.stream.StreamInput;
1614
import org.elasticsearch.common.io.stream.StreamOutput;
@@ -32,7 +30,6 @@
3230
import org.elasticsearch.xpack.esql.core.type.DataType;
3331
import org.elasticsearch.xpack.esql.io.stream.PlanStreamInput;
3432
import org.elasticsearch.xpack.esql.io.stream.PlanStreamOutput;
35-
import org.elasticsearch.xpack.esql.session.Configuration;
3633

3734
import java.io.IOException;
3835
import java.util.List;

0 commit comments

Comments
 (0)