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:
parent
6b00e00bc6
commit
2425fd1a50
|
@ -25,7 +25,6 @@ import org.elasticsearch.test.ESIntegTestCase;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.util.Collections;
|
import java.util.Collections;
|
||||||
import java.util.Map;
|
|
||||||
|
|
||||||
import static org.hamcrest.Matchers.containsString;
|
import static org.hamcrest.Matchers.containsString;
|
||||||
import static org.hamcrest.Matchers.hasToString;
|
import static org.hamcrest.Matchers.hasToString;
|
||||||
|
|
Loading…
Reference in New Issue