From 9f71943f5782e0f8d6b1cbb2fa545b90127fc21f Mon Sep 17 00:00:00 2001 From: Kristen Pol Date: Wed, 6 Mar 2024 12:19:22 -0800 Subject: [PATCH] Removed unused use statements. --- modules/quant_search/quant_search.module | 1 - modules/quant_search/src/Form/QuantSearchPageForm.php | 1 - 2 files changed, 2 deletions(-) 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;