diff --git a/src/Form/PagererConfigForm.php b/src/Form/PagererConfigForm.php
index b2ee13f..efa8070 100644
--- a/src/Form/PagererConfigForm.php
+++ b/src/Form/PagererConfigForm.php
@@ -8,7 +8,6 @@
 namespace Drupal\pagerer\Form;
 
 use Drupal\Core\Config\ConfigFactoryInterface;
-use Drupal\Core\Entity\EntityManager;
 use Drupal\Core\Entity\EntityListBuilderInterface;
 use Drupal\Core\Form\ConfigFormBase;
 use Drupal\Core\Form\FormStateInterface;
diff --git a/src/Form/PagererPresetDeleteForm.php b/src/Form/PagererPresetDeleteForm.php
index f4ee381..1b96ec9 100644
--- a/src/Form/PagererPresetDeleteForm.php
+++ b/src/Form/PagererPresetDeleteForm.php
@@ -10,7 +10,6 @@ namespace Drupal\pagerer\Form;
 use Drupal\Core\Entity\EntityDeleteForm;
 use Drupal\Core\Form\FormStateInterface;
 use Drupal\Core\Render\ElementInfoManagerInterface;
-use Drupal\Core\Url;
 use Symfony\Component\DependencyInjection\ContainerInterface;
 
 /**
diff --git a/src/Form/PagererPresetEditForm.php b/src/Form/PagererPresetEditForm.php
index e80eeb2..e0abf27 100644
--- a/src/Form/PagererPresetEditForm.php
+++ b/src/Form/PagererPresetEditForm.php
@@ -11,7 +11,6 @@ use Drupal\Core\Ajax\AjaxResponse;
 use Drupal\Core\Ajax\HtmlCommand;
 use Drupal\Core\Ajax\ReplaceCommand;
 use Drupal\Core\Form\FormStateInterface;
-use Drupal\Core\Url;
 
 /**
  * Base form handler for Pagerer Presets.
diff --git a/src/Form/PagererPresetPaneEditForm.php b/src/Form/PagererPresetPaneEditForm.php
index 2a48838..70948fb 100644
--- a/src/Form/PagererPresetPaneEditForm.php
+++ b/src/Form/PagererPresetPaneEditForm.php
@@ -8,7 +8,6 @@
 namespace Drupal\pagerer\Form;
 
 use Drupal\Core\Form\FormStateInterface;
-use Symfony\Component\DependencyInjection\ContainerInterface;
 
 /**
  * Form handler for Pagerer presets' panes.
diff --git a/src/Plugin/pagerer/PagererStyleBase.php b/src/Plugin/pagerer/PagererStyleBase.php
index 901f478..8621d66 100644
--- a/src/Plugin/pagerer/PagererStyleBase.php
+++ b/src/Plugin/pagerer/PagererStyleBase.php
@@ -11,16 +11,12 @@ use Drupal\Component\Render\FormattableMarkup;
 use Drupal\Component\Utility\NestedArray;
 use Drupal\Component\Utility\Random;
 use Drupal\Component\Utility\UrlHelper;
-use Drupal\Core\Ajax\AjaxResponse;
-use Drupal\Core\Ajax\HtmlCommand;
-use Drupal\Core\Ajax\ReplaceCommand;
 use Drupal\Core\Config\TypedConfigManager;
 use Drupal\Core\Config\ConfigFactoryInterface;
 use Drupal\Core\Form\FormStateInterface;
 use Drupal\Core\Plugin\ContainerFactoryPluginInterface;
 use Drupal\Core\Plugin\PluginBase;
 use Drupal\Core\Plugin\PluginFormInterface;
-use Drupal\Core\Template\Attribute;
 use Drupal\pagerer\Entity\PagererPreset;
 use Drupal\pagerer\Pagerer;
 use Drupal\pagerer\Plugin\PagererStyleInterface;
diff --git a/src/Plugin/views/pager/Pagerer.php b/src/Plugin/views/pager/Pagerer.php
index 9907bc0..29d667c 100644
--- a/src/Plugin/views/pager/Pagerer.php
+++ b/src/Plugin/views/pager/Pagerer.php
@@ -8,7 +8,6 @@
 namespace Drupal\pagerer\Plugin\views\pager;
 
 use Drupal\Core\Entity\EntityManager;
-use Drupal\Core\Entity\EntityStorageInterface;
 use Drupal\Core\Form\FormStateInterface;
 use Drupal\Core\Plugin\ContainerFactoryPluginInterface;
 use Drupal\views\Plugin\views\pager\Full;
