Remove UnusedImports (#76)

Signed-off-by: Peter Nied <petern@amazon.com>
This commit is contained in:
Harold Wang 2021-02-09 16:31:18 -08:00 committed by Peter Nied
parent 9b3ce0cd45
commit c628fff76d
1 changed files with 0 additions and 3 deletions

View File

@ -95,10 +95,7 @@ import java.util.List;
import java.util.Map;
import static org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder;
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertFirstHit;
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSecondHit;
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertToXContentEquivalent;
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.hasId;
import static org.hamcrest.Matchers.arrayContaining;
import static org.hamcrest.Matchers.both;
import static org.hamcrest.Matchers.containsString;