@@ -3,11 +3,9 @@ |
||
3 | 3 | namespace Actualys\Bundle\DrupalCommerceConnectorBundle\Manager; |
4 | 4 | |
5 | 5 | use PDO; |
6 | -use Doctrine\Common\Persistence\ObjectManager; |
|
7 | 6 | use Doctrine\ORM\EntityManager; |
8 | 7 | use Pim\Bundle\CatalogBundle\Model\AbstractProduct; |
9 | 8 | use Akeneo\Bundle\BatchBundle\Entity\JobInstance; |
10 | -use Pim\Bundle\CatalogBundle\Repository\ReferableEntityRepositoryInterface; |
|
11 | 9 | use PimEnterprise\Bundle\WorkflowBundle\Model\PublishedProduct; |
12 | 10 | |
13 | 11 |
@@ -11,7 +11,6 @@ |
||
11 | 11 | use Pim\Bundle\CatalogBundle\Model\ProductInterface; |
12 | 12 | use Pim\Bundle\CatalogBundle\Entity\Channel; |
13 | 13 | use Pim\Bundle\CatalogBundle\Entity\Repository\CategoryRepository; |
14 | -use Pim\Bundle\CatalogBundle\Entity\Repository\GroupRepository; |
|
15 | 14 | use Pim\Bundle\CatalogBundle\Entity\Group; |
16 | 15 | use Pim\Bundle\CatalogBundle\Manager\ProductManager; |
17 | 16 |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use Pim\Bundle\DeltaExportBundle\Manager\ProductExportManager; |
8 | 8 | use Akeneo\Bundle\BatchBundle\Entity\StepExecution; |
9 | 9 | use Symfony\Component\EventDispatcher\EventDispatcher; |
10 | -use Guzzle\Http\Exception\ClientErrorResponseException; |
|
11 | 10 | |
12 | 11 | class DeltaProductWriter extends ProductWriter |
13 | 12 | { |