@@ -6,7 +6,6 @@ |
||
| 6 | 6 | use Elastica\Bulk\Action\AbstractDocument as AbstractDocumentAction; |
| 7 | 7 | use Elastica\Bulk\Response as BulkResponse; |
| 8 | 8 | use Elastica\Bulk\ResponseSet; |
| 9 | -use Elastica\Exception\Bulk\ResponseException; |
|
| 10 | 9 | use Elastica\Exception\Bulk\ResponseException as BulkResponseException; |
| 11 | 10 | use Elastica\Exception\InvalidException; |
| 12 | 11 | use Elastica\Script\AbstractScript; |
@@ -10,7 +10,6 @@ |
||
| 10 | 10 | use Elastica\ResultSet; |
| 11 | 11 | use Elastica\Search; |
| 12 | 12 | use Elastica\SearchableInterface; |
| 13 | -use Elastica\Type; |
|
| 14 | 13 | use Elastica\Type as BaseType; |
| 15 | 14 | use Elastica\Util; |
| 16 | 15 | |