@@ -14,7 +14,6 @@ |
||
14 | 14 | use Sylius\Bundle\ResourceBundle\Form\DataTransformer\ObjectToIdentifierTransformer; |
15 | 15 | use Sylius\Component\Registry\ServiceRegistryInterface; |
16 | 16 | use Sylius\Component\Resource\Repository\RepositoryInterface; |
17 | -use Sylius\Component\Shipping\Model\ShippingMethod; |
|
18 | 17 | use Sylius\Component\Shipping\Model\ShippingMethodInterface; |
19 | 18 | use Sylius\Component\Shipping\Model\ShippingSubjectInterface; |
20 | 19 | use Sylius\Component\Shipping\Resolver\MethodsResolverInterface; |
@@ -17,7 +17,6 @@ |
||
17 | 17 | use Symfony\Component\Console\Input\InputInterface; |
18 | 18 | use Symfony\Component\Console\Output\OutputInterface; |
19 | 19 | use Symfony\Component\Intl\Intl; |
20 | -use Symfony\Component\Validator\Constraints\Currency; |
|
21 | 20 | use Symfony\Component\Validator\Constraints\Email; |
22 | 21 | use Symfony\Component\Validator\Constraints\NotBlank; |
23 | 22 |