Skip to content

Commit

Permalink
Fix warning errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ugljesaspx committed Sep 17, 2024
1 parent 78c5b0e commit 3ce60f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Model/Category/Repository.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,10 @@
namespace Nosto\Tagging\Model\Category;

use Magento\Catalog\Api\Data\CategoryInterface;
use Magento\Catalog\Api\Data\CategorySearchResultsInterface;
use Magento\Catalog\Model\CategoryRepository;
use Magento\Catalog\Model\ResourceModel\Category\Collection as CategoryCollection;
use Magento\Framework\Api\SearchCriteriaBuilder;
use Magento\Framework\Exception\LocalizedException;
use Magento\Framework\Exception\NoSuchEntityException;
use Magento\Store\Model\Store;
use Magento\Catalog\Model\ResourceModel\Category\CollectionFactory as CategoryCollectionFactory;
use Nosto\Tagging\Exception\ParentCategoryDisabledException;
Expand Down

0 comments on commit 3ce60f6

Please sign in to comment.