Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
olsi-qose committed Feb 18, 2021
1 parent cd6b7b4 commit 8d9f7fc
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions Plugin/Catalog/Block/Toolbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,39 +43,20 @@
use Magento\Framework\DB\Select;
use Magento\Framework\Exception\LocalizedException;
use Magento\Framework\Exception\NoSuchEntityException;
use /** @noinspection PhpDeprecationInspection */
Magento\Framework\Registry;
use Magento\Framework\Stdlib\CookieManagerInterface;
use Magento\LayeredNavigation\Block\Navigation\State;
use Magento\Store\Api\Data\StoreInterface;
use Magento\Store\Model\Store;
use Nosto\Cmp\Helper\Data as NostoCmpHelperData;
use Nosto\Cmp\Helper\SearchEngine;
use Nosto\Cmp\Logger\LoggerInterface;
use Nosto\Cmp\Model\Service\Recommendation\StateAwareCategoryService;
use Nosto\Cmp\Utils\CategoryMerchandising as CategoryMerchandisingUtil;
use Nosto\Cmp\Model\Filter\FilterBuilder as NostoFilterBuilder;
use Nosto\Cmp\Model\Service\Recommendation\Category as CategoryRecommendation;
use Nosto\Cmp\Plugin\Catalog\Model\Product as NostoProductPlugin;
use Nosto\Cmp\Utils\Debug\Product as ProductDebug;
use Nosto\Cmp\Utils\Debug\ServerTiming;
use Nosto\Helper\ArrayHelper as NostoHelperArray;
use Nosto\NostoException;
use Nosto\Result\Graphql\Recommendation\CategoryMerchandisingResult;
use Nosto\Tagging\Helper\Account as NostoHelperAccount;
use Nosto\Cmp\Logger\LoggerInterface;
use Nosto\Tagging\Logger\Logger as NostoLogger;
use Nosto\Tagging\Model\Customer\Customer as NostoCustomer;
use Nosto\Tagging\Model\Service\Product\Category\DefaultCategoryService as CategoryBuilder;
use Zend_Db_Expr;

class Toolbar extends AbstractBlock
{
const TIME_PROF_GRAPHQL_QUERY = 'cmp_graphql_query';
const MAX_PRODUCTS = 1000;

/** @var CategoryBuilder */
private $categoryBuilder;

/** @var SearchEngine */
private $searchEngineHelper;

Expand Down

0 comments on commit 8d9f7fc

Please sign in to comment.