Skip to content

Commit 8fda49a

Browse files
committed
Remove unused import in TransportShardBulkAction
Accidentally left from backporting #44092
1 parent cbb1903 commit 8fda49a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/main/java/org/elasticsearch/action/bulk/TransportShardBulkAction.java

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
import org.elasticsearch.ExceptionsHelper;
2727
import org.elasticsearch.action.ActionListener;
2828
import org.elasticsearch.action.ActionRunnable;
29-
import org.elasticsearch.action.ActionType;
3029
import org.elasticsearch.action.DocWriteRequest;
3130
import org.elasticsearch.action.DocWriteResponse;
3231
import org.elasticsearch.action.delete.DeleteRequest;

0 commit comments

Comments
 (0)