Removed unused import from RequiredPipelineIT.java

This commit removes an unused import that was left behind after cleaning
up a backport. Sorry.
This commit is contained in:
Jason Tedor 2019-09-19 16:45:43 -04:00
parent 6b00e00bc6
commit 2425fd1a50
No known key found for this signature in database
GPG Key ID: FA89F05560F16BC5
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ import org.elasticsearch.test.ESIntegTestCase;
import java.io.IOException;
import java.util.Collections;
import java.util.Map;
import static org.hamcrest.Matchers.containsString;
import static org.hamcrest.Matchers.hasToString;