Skip to content

Commit

Permalink
optimize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Jan 5, 2022
1 parent b3fcabd commit cbd86e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Plugin/Saleable/CanShowPrice.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
use Magento\Customer\Model\Context as CustomerContext;
use Magento\Framework\App\Http\Context as HttpContext;
use Opengento\Saleable\Api\CanShowPriceInterface;
use function var_dump;

final class CanShowPrice
{
Expand Down
2 changes: 1 addition & 1 deletion Setup/Patch/Data/ProductAttributes.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

use Magento\Catalog\Model\Product;
use Magento\Eav\Model\Entity\Attribute\ScopedAttributeInterface;
use Magento\Eav\Setup\EavSetupFactory;
use Magento\Eav\Setup\EavSetup;
use Magento\Eav\Setup\EavSetupFactory;
use Magento\Framework\Exception\LocalizedException;
use Magento\Framework\Setup\ModuleDataSetupInterface;
use Magento\Framework\Setup\Patch\DataPatchInterface;
Expand Down

0 comments on commit cbd86e6

Please sign in to comment.