Skip to content

Commit 782a71d

Browse files
committed
Fixed imports
1 parent bc842da commit 782a71d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

x-pack/plugin/sql/src/test/java/org/elasticsearch/xpack/sql/parser/SqlParserTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
package org.elasticsearch.xpack.sql.parser;
77

88
import com.google.common.base.Joiner;
9-
import org.elasticsearch.ElasticsearchParseException;
109
import org.elasticsearch.test.ESTestCase;
1110
import org.elasticsearch.xpack.sql.expression.NamedExpression;
1211
import org.elasticsearch.xpack.sql.expression.Order;
@@ -26,7 +25,6 @@
2625

2726
import static java.util.Collections.nCopies;
2827
import static java.util.stream.Collectors.toList;
29-
import static org.hamcrest.Matchers.equalTo;
3028
import static org.hamcrest.Matchers.hasEntry;
3129
import static org.hamcrest.Matchers.hasSize;
3230
import static org.hamcrest.Matchers.instanceOf;

0 commit comments

Comments
 (0)