Skip to content

Commit

Permalink
Removed unused use statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
kepol committed Mar 6, 2024
1 parent e23160e commit 9f71943
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion modules/quant_search/quant_search.module
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
1 change: 0 additions & 1 deletion modules/quant_search/src/Form/QuantSearchPageForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9f71943

Please sign in to comment.