Skip to content

Commit cb6975c

Browse files
author
Stanislav Idolov
authored
Removed unused dependency
1 parent bd12651 commit cb6975c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Swatches/Model/SwatchAttributesProvider.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
use Magento\ConfigurableProduct\Model\Product\Type\Configurable;
1010
use Magento\Catalog\Model\Product;
1111
use Magento\ConfigurableProduct\Model\Product\Type\Configurable\Attribute;
12-
use Magento\Swatches\Helper\Data as SwatchesHelper;
1312
use Magento\Eav\Model\Entity\Attribute\AbstractAttribute;
1413
use Magento\Framework\App\ObjectManager;
1514

@@ -42,7 +41,7 @@ class SwatchAttributesProvider
4241
/**
4342
* SwatchAttributesProvider constructor.
4443
*
45-
* @param Configurable $typeConfigurable
44+
* @param Configurable $typeConfigurable
4645
* @param SwatchAttributeCodes $swatchAttributeCodes
4746
* @param SwatchAttributeType|null $swatchTypeChecker
4847
*/

0 commit comments

Comments
 (0)