diff --git a/src/Form/DisqusSettingsForm.php b/src/Form/DisqusSettingsForm.php
index b96b4a6..8d97098 100644
--- a/src/Form/DisqusSettingsForm.php
+++ b/src/Form/DisqusSettingsForm.php
@@ -14,7 +14,6 @@ use Drupal\Core\Config\ConfigFactoryInterface;
 use Drupal\Core\Extension\ModuleHandlerInterface;
 use Drupal\file\FileUsage\FileUsageInterface;
 use Drupal\Core\Form\FormStateInterface;
-use Drupal\Core\Url;
 
 class DisqusSettingsForm extends ConfigFormBase {
 
diff --git a/src/Plugin/migrate/source/DisqusCommentsStatus.php b/src/Plugin/migrate/source/DisqusCommentsStatus.php
index 64105a8..7a4383f 100644
--- a/src/Plugin/migrate/source/DisqusCommentsStatus.php
+++ b/src/Plugin/migrate/source/DisqusCommentsStatus.php
@@ -7,9 +7,6 @@
 
 namespace Drupal\disqus\Plugin\migrate\source;
 
-use Drupal\Core\Entity\EntityManagerInterface;
-use Drupal\Core\State\StateInterface;
-use Drupal\migrate\Entity\MigrationInterface;
 use Drupal\migrate\Row;
 use Drupal\migrate_drupal\Plugin\migrate\source\DrupalSqlBase;
 
diff --git a/src/Plugin/migrate/source/DisqusEnabledNodeTypes.php b/src/Plugin/migrate/source/DisqusEnabledNodeTypes.php
index 3cb4865..8be074d 100644
--- a/src/Plugin/migrate/source/DisqusEnabledNodeTypes.php
+++ b/src/Plugin/migrate/source/DisqusEnabledNodeTypes.php
@@ -7,9 +7,6 @@
 
 namespace Drupal\disqus\Plugin\migrate\source;
 
-use Drupal\Core\Entity\EntityManagerInterface;
-use Drupal\Core\State\StateInterface;
-use Drupal\migrate\Entity\MigrationInterface;
 use Drupal\migrate_drupal\Plugin\migrate\source\DrupalSqlBase;
 
 /**
diff --git a/src/Plugin/views/field/DisqusCommentCount.php b/src/Plugin/views/field/DisqusCommentCount.php
index d36bd45..0d1b47f 100644
--- a/src/Plugin/views/field/DisqusCommentCount.php
+++ b/src/Plugin/views/field/DisqusCommentCount.php
@@ -3,9 +3,7 @@
 namespace Drupal\disqus\Plugin\views\field;
 
 use Drupal\views\Plugin\views\field\FieldPluginBase;
-use Drupal\Component\Annotation\PluginID;
 use Drupal\views\ResultRow;
-use \Drupal\node\Entity\Node;
 use Symfony\Component\DependencyInjection\ContainerInterface;
 use Drupal\Core\Session\AccountInterface;
 use Drupal\disqus\DisqusCommentManager;
