Skip to content

Commit 6436bcb

Browse files
committed
GraphQL-57: Remove unused dependencies
1 parent 6c6fdbc commit 6436bcb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/code/Magento/CustomerGraphQl/Model/Resolver/AddressCreate.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
namespace Magento\CustomerGraphQl\Model\Resolver;
99

1010
use Magento\Authorization\Model\UserContextInterface;
11-
use Magento\Customer\Api\CustomerRepositoryInterface;
1211
use Magento\Customer\Api\AddressRepositoryInterface;
1312
use Magento\Customer\Api\AddressMetadataManagementInterface;
1413
use Magento\Customer\Api\Data\AddressInterfaceFactory;

app/code/Magento/CustomerGraphQl/Model/Resolver/AddressUpdate.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
namespace Magento\CustomerGraphQl\Model\Resolver;
99

1010
use Magento\Authorization\Model\UserContextInterface;
11-
use Magento\Customer\Api\CustomerRepositoryInterface;
1211
use Magento\Customer\Api\AddressRepositoryInterface;
1312
use Magento\Customer\Api\AddressMetadataManagementInterface;
1413
use Magento\Customer\Api\Data\AddressInterfaceFactory;

0 commit comments

Comments
 (0)