diff --git a/modules/quant_search/quant_search.module b/modules/quant_search/quant_search.module index 1b2373d..e206351 100644 --- a/modules/quant_search/quant_search.module +++ b/modules/quant_search/quant_search.module @@ -7,7 +7,6 @@ use Drupal\Core\Entity\EntityInterface; use Drupal\node\Entity\Node; -use Drupal\quant\Event\QuantEvent; use Drupal\quant\Utility; use Drupal\quant_search\Controller\Search; diff --git a/modules/quant_search/src/Form/QuantSearchPageForm.php b/modules/quant_search/src/Form/QuantSearchPageForm.php index 467544f..b2d8c47 100644 --- a/modules/quant_search/src/Form/QuantSearchPageForm.php +++ b/modules/quant_search/src/Form/QuantSearchPageForm.php @@ -5,7 +5,6 @@ use Drupal\Core\Entity\EntityForm; use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\Form\FormStateInterface; -use Drupal\quant\Event\QuantEvent; use Drupal\quant\Plugin\QueueItem\RouteItem; use Drupal\quant\Utility; use Drupal\quant_search\Controller\Search;