diff --git a/modules/demo/src/Tests/TMGMTDemoTest.php b/modules/demo/src/Tests/TMGMTDemoTest.php
index cb23a29..5e96ac6 100644
--- a/modules/demo/src/Tests/TMGMTDemoTest.php
+++ b/modules/demo/src/Tests/TMGMTDemoTest.php
@@ -6,7 +6,6 @@
 
 namespace Drupal\tmgmt_demo\Tests;
 
-use Drupal\tmgmt\Entity\Translator;
 use Drupal\tmgmt\Tests\TMGMTTestBase;
 
 /**
diff --git a/sources/content/src/Form/ContentTranslateForm.php b/sources/content/src/Form/ContentTranslateForm.php
index 9bafb3a..4d86da1 100644
--- a/sources/content/src/Form/ContentTranslateForm.php
+++ b/sources/content/src/Form/ContentTranslateForm.php
@@ -7,8 +7,6 @@
 
 namespace Drupal\tmgmt_content\Form;
 
-use Drupal\Component\Utility\SafeMarkup;
-use Drupal\Component\Utility\UrlHelper;
 use Drupal\Core\Form\FormBase;
 use Drupal\Core\Language\LanguageInterface;
 use Drupal\Core\Url;
diff --git a/sources/content/src/Tests/ContentEntitySourceListTest.php b/sources/content/src/Tests/ContentEntitySourceListTest.php
index 5817c85..cc58a75 100644
--- a/sources/content/src/Tests/ContentEntitySourceListTest.php
+++ b/sources/content/src/Tests/ContentEntitySourceListTest.php
@@ -7,7 +7,6 @@
 
 namespace Drupal\tmgmt_content\Tests;
 
-use Drupal\comment\Entity\CommentType;
 use Drupal\tmgmt\Entity\JobItem;
 use Drupal\tmgmt\Tests\EntityTestBase;
 use Drupal\Core\Language\LanguageInterface;
diff --git a/sources/content/src/Tests/ContentEntitySourceUnitTest.php b/sources/content/src/Tests/ContentEntitySourceUnitTest.php
index fe66880..45f50b3 100644
--- a/sources/content/src/Tests/ContentEntitySourceUnitTest.php
+++ b/sources/content/src/Tests/ContentEntitySourceUnitTest.php
@@ -9,7 +9,6 @@ namespace Drupal\tmgmt_content\Tests;
 
 use Drupal\Core\Field\FieldStorageDefinitionInterface;
 use Drupal\Core\Language\LanguageInterface;
-use Drupal\entity_test\Entity\EntityTestMul;
 use Drupal\field\Entity\FieldConfig;
 use Drupal\field\Entity\FieldStorageConfig;
 use Drupal\language\Entity\ConfigurableLanguage;
diff --git a/sources/locale/src/LocaleSourcePluginUi.php b/sources/locale/src/LocaleSourcePluginUi.php
index 32f6c6f..77930d3 100644
--- a/sources/locale/src/LocaleSourcePluginUi.php
+++ b/sources/locale/src/LocaleSourcePluginUi.php
@@ -7,7 +7,6 @@
 
 namespace Drupal\tmgmt_locale;
 
-use Drupal\Component\Utility\SafeMarkup;
 use Drupal\Core\Form\FormStateInterface;
 use Drupal\Core\Url;
 use Drupal\tmgmt\SourcePluginUiBase;
diff --git a/sources/locale/src/Plugin/tmgmt/Source/LocaleSource.php b/sources/locale/src/Plugin/tmgmt/Source/LocaleSource.php
index ab83e4f..1e45369 100644
--- a/sources/locale/src/Plugin/tmgmt/Source/LocaleSource.php
+++ b/sources/locale/src/Plugin/tmgmt/Source/LocaleSource.php
@@ -9,7 +9,6 @@
 namespace Drupal\tmgmt_locale\Plugin\tmgmt\Source;
 
 use Drupal\Component\Utility\Unicode;
-use Drupal\tmgmt\Entity\JobItem;
 use Drupal\tmgmt\JobItemInterface;
 use Drupal\tmgmt\SourcePluginBase;
 use Drupal\tmgmt\TMGMTException;
diff --git a/sources/locale/src/Tests/LocaleSourceTest.php b/sources/locale/src/Tests/LocaleSourceTest.php
index 913f476..68e62e0 100644
--- a/sources/locale/src/Tests/LocaleSourceTest.php
+++ b/sources/locale/src/Tests/LocaleSourceTest.php
@@ -8,9 +8,7 @@
 namespace Drupal\tmgmt_locale\Tests;
 
 use Drupal\locale\Gettext;
-use Drupal\tmgmt\Tests\TMGMTTestBase;
 use Drupal\tmgmt\Tests\TMGMTKernelTestBase;
-use Drupal\tmgmt\TMGMTException;
 
 /**
  * Basic Locale Source tests.
diff --git a/sources/locale/src/Tests/LocaleSourceUiTest.php b/sources/locale/src/Tests/LocaleSourceUiTest.php
index f1783c8..026dc01 100644
--- a/sources/locale/src/Tests/LocaleSourceUiTest.php
+++ b/sources/locale/src/Tests/LocaleSourceUiTest.php
@@ -6,7 +6,6 @@
 
 namespace Drupal\tmgmt_locale\Tests;
 
-use Drupal\Core\Url;
 use Drupal\locale\Gettext;
 use Drupal\tmgmt\Tests\TMGMTTestBase;
 
diff --git a/sources/tmgmt_config/src/Form/ConfigTranslateForm.php b/sources/tmgmt_config/src/Form/ConfigTranslateForm.php
index 79d42c3..349764d 100644
--- a/sources/tmgmt_config/src/Form/ConfigTranslateForm.php
+++ b/sources/tmgmt_config/src/Form/ConfigTranslateForm.php
@@ -9,7 +9,6 @@ namespace Drupal\tmgmt_config\Form;
 
 use Drupal\Core\Form\FormBase;
 use Drupal\Core\Language\LanguageInterface;
-use Drupal\Core\Routing\RouteMatch;
 use Drupal\Core\Routing\RouteMatchInterface;
 use Drupal\Core\Url;
 use Drupal\tmgmt\Entity\JobItem;
@@ -18,7 +17,6 @@ use Drupal\Core\Form\FormStateInterface;
 use Drupal\tmgmt_config\Plugin\tmgmt\Source\ConfigSource;
 use Symfony\Component\DependencyInjection\ContainerInterface;
 use Drupal\config_translation\ConfigMapperManagerInterface;
-use Symfony\Component\HttpFoundation\Request;
 
 /**
  * Configuration translation overview form.
diff --git a/sources/tmgmt_config/src/Plugin/tmgmt/Source/ConfigSource.php b/sources/tmgmt_config/src/Plugin/tmgmt/Source/ConfigSource.php
index f86552a..04bbc0a 100644
--- a/sources/tmgmt_config/src/Plugin/tmgmt/Source/ConfigSource.php
+++ b/sources/tmgmt_config/src/Plugin/tmgmt/Source/ConfigSource.php
@@ -10,7 +10,6 @@ namespace Drupal\tmgmt_config\Plugin\tmgmt\Source;
 use Drupal\config_translation\ConfigMapperManagerInterface;
 use Drupal\config_translation\Form\ConfigTranslationFormBase;
 use Drupal\Core\Config\ConfigFactoryInterface;
-use Drupal\Core\Config\Entity\ConfigEntityTypeInterface;
 use Drupal\Core\Config\Schema\Mapping;
 use Drupal\Core\Config\Schema\Sequence;
 use Drupal\Core\Config\TypedConfigManagerInterface;
diff --git a/sources/tmgmt_config/src/Tests/ConfigSourceUiTest.php b/sources/tmgmt_config/src/Tests/ConfigSourceUiTest.php
index d39322a..74d1ce1 100644
--- a/sources/tmgmt_config/src/Tests/ConfigSourceUiTest.php
+++ b/sources/tmgmt_config/src/Tests/ConfigSourceUiTest.php
@@ -8,7 +8,6 @@
 namespace Drupal\tmgmt_config\Tests;
 
 use Drupal\Core\Url;
-use Drupal\tmgmt\Entity\Translator;
 use Drupal\tmgmt\Tests\EntityTestBase;
 use Drupal\views\Entity\View;
 
diff --git a/sources/tmgmt_config/src/Tests/ConfigSourceUnitTest.php b/sources/tmgmt_config/src/Tests/ConfigSourceUnitTest.php
index a4007bb..318cb26 100644
--- a/sources/tmgmt_config/src/Tests/ConfigSourceUnitTest.php
+++ b/sources/tmgmt_config/src/Tests/ConfigSourceUnitTest.php
@@ -7,7 +7,6 @@
 
 namespace Drupal\tmgmt_config\Tests;
 
-use Drupal\Core\Config\Config;
 use Drupal\language\Entity\ConfigurableLanguage;
 use Drupal\node\Entity\NodeType;
 use Drupal\system\Tests\Entity\EntityUnitTestBase;
diff --git a/src/Entity/JobItem.php b/src/Entity/JobItem.php
index e804229..201efe8 100644
--- a/src/Entity/JobItem.php
+++ b/src/Entity/JobItem.php
@@ -15,11 +15,9 @@ use Drupal\Core\Entity\EntityStorageInterface;
 use Drupal\Core\Entity\EntityTypeInterface;
 use Drupal\Core\Field\BaseFieldDefinition;
 use Drupal\Core\Language\Language;
-use Drupal\Core\Url;
 use Drupal\tmgmt\JobItemInterface;
 use Drupal\tmgmt\TMGMTException;
 use Drupal\Core\Render\Element;
-use Drupal\Component\Utility\SafeMarkup;
 
 /**
  * Entity class for the tmgmt_job_item entity.
diff --git a/src/Entity/ListBuilder/JobItemListBuilder.php b/src/Entity/ListBuilder/JobItemListBuilder.php
index 6192073..de48ff1 100644
--- a/src/Entity/ListBuilder/JobItemListBuilder.php
+++ b/src/Entity/ListBuilder/JobItemListBuilder.php
@@ -8,7 +8,6 @@ namespace Drupal\tmgmt\Entity\ListBuilder;
 
 use Drupal\Core\Entity\EntityInterface;
 use Drupal\Core\Entity\EntityListBuilder;
-use Drupal\Core\Url;
 
 /**
  * Provides the views data for the message entity type.
diff --git a/src/Entity/Message.php b/src/Entity/Message.php
index e0f37b1..723a2aa 100644
--- a/src/Entity/Message.php
+++ b/src/Entity/Message.php
@@ -7,7 +7,6 @@
 
 namespace Drupal\tmgmt\Entity;
 
-use Drupal\Component\Utility\Xss;
 use Drupal\Core\Entity\ContentEntityBase;
 use Drupal\Core\Entity\EntityTypeInterface;
 use Drupal\Core\Field\BaseFieldDefinition;
diff --git a/src/Entity/Translator.php b/src/Entity/Translator.php
index 575dc34..cccfada 100644
--- a/src/Entity/Translator.php
+++ b/src/Entity/Translator.php
@@ -7,7 +7,6 @@
 
 namespace Drupal\tmgmt\Entity;
 
-use Drupal\Component\Plugin\Exception\PluginException;
 use Drupal\Component\Utility\NestedArray;
 use Drupal\Core\Cache\Cache;
 use Drupal\Core\Config\Entity\ConfigEntityBase;
diff --git a/src/Form/CartForm.php b/src/Form/CartForm.php
index 4b11ce3..6c89ea0 100644
--- a/src/Form/CartForm.php
+++ b/src/Form/CartForm.php
@@ -8,7 +8,6 @@
 namespace Drupal\tmgmt\Form;
 
 use Drupal\Core\Form\FormBase;
-use Drupal\Core\Url;
 use Drupal\tmgmt\Entity\JobItem;
 use Drupal\Core\Form\FormStateInterface;
 
diff --git a/src/Form/JobAbortForm.php b/src/Form/JobAbortForm.php
index bf5bec9..d362d0e 100644
--- a/src/Form/JobAbortForm.php
+++ b/src/Form/JobAbortForm.php
@@ -7,7 +7,6 @@
 
 namespace Drupal\tmgmt\Form;
 
-use Drupal\Component\Utility\SafeMarkup;
 use Drupal\Core\Entity\ContentEntityConfirmFormBase;
 use Drupal\Core\Form\FormStateInterface;
 
diff --git a/src/Form/JobForm.php b/src/Form/JobForm.php
index b081b0a..06133db 100644
--- a/src/Form/JobForm.php
+++ b/src/Form/JobForm.php
@@ -8,7 +8,6 @@
 namespace Drupal\tmgmt\Form;
 
 use Drupal\Component\Utility\Html;
-use Drupal\Component\Utility\Xss;
 use Drupal\Core\Ajax\AjaxResponse;
 use Drupal\Core\Ajax\ReplaceCommand;
 use Drupal\Core\Form\FormStateInterface;
@@ -17,8 +16,6 @@ use Drupal\Core\Url;
 use Drupal\tmgmt\Entity\Job;
 use Drupal\tmgmt\Entity\JobItem;
 use Drupal\tmgmt\JobInterface;
-use Drupal\tmgmt\Translator\AvailableResult;
-use Drupal\tmgmt\Translator\TranslatableResult;
 use Drupal\views\Views;
 
 /**
diff --git a/src/Form/JobItemDeleteForm.php b/src/Form/JobItemDeleteForm.php
index b0761c2..5c8adfc 100644
--- a/src/Form/JobItemDeleteForm.php
+++ b/src/Form/JobItemDeleteForm.php
@@ -8,7 +8,6 @@
 namespace Drupal\tmgmt\Form;
 
 use Drupal\Core\Entity\ContentEntityDeleteForm;
-use Drupal\Core\Form\FormStateInterface;
 
 /**
  * Provides a confirmation delete form for 'tmgmt_job_item' entity.
diff --git a/src/Plugin/views/field/EntityLabel.php b/src/Plugin/views/field/EntityLabel.php
index 80ed3ce..9ec7531 100644
--- a/src/Plugin/views/field/EntityLabel.php
+++ b/src/Plugin/views/field/EntityLabel.php
@@ -7,7 +7,6 @@
 
 namespace Drupal\tmgmt\Plugin\views\field;
 
-use Drupal\Component\Annotation\PluginID;
 use Drupal\views\Plugin\views\field\FieldPluginBase;
 use Drupal\views\ResultRow;
 
diff --git a/src/Plugin/views/field/JobItemType.php b/src/Plugin/views/field/JobItemType.php
index a65bf9d..842072e 100644
--- a/src/Plugin/views/field/JobItemType.php
+++ b/src/Plugin/views/field/JobItemType.php
@@ -7,7 +7,6 @@
 
 namespace Drupal\tmgmt\Plugin\views\field;
 
-use Drupal\Component\Annotation\PluginID;
 use Drupal\views\Plugin\views\field\FieldPluginBase;
 use Drupal\views\ResultRow;
 
diff --git a/src/Plugin/views/field/Message.php b/src/Plugin/views/field/Message.php
index 7fa3d97..b3a9614 100644
--- a/src/Plugin/views/field/Message.php
+++ b/src/Plugin/views/field/Message.php
@@ -10,7 +10,6 @@ namespace Drupal\tmgmt\Plugin\views\field;
 use Drupal\Component\Utility\SafeMarkup;
 use Drupal\Core\Form\FormStateInterface;
 use Drupal\views\Plugin\views\field\FieldPluginBase;
-use Drupal\Component\Annotation\PluginID;
 use Drupal\views\ResultRow;
 use Drupal\views\ViewExecutable;
 use Drupal\views\Plugin\views\display\DisplayPluginBase;
diff --git a/src/Plugin/views/field/Translator.php b/src/Plugin/views/field/Translator.php
index ac8b6e4..2d7a947 100644
--- a/src/Plugin/views/field/Translator.php
+++ b/src/Plugin/views/field/Translator.php
@@ -7,7 +7,6 @@
 
 namespace Drupal\tmgmt\Plugin\views\field;
 
-use Drupal\Component\Annotation\PluginID;
 use Drupal\views\Plugin\views\field\FieldPluginBase;
 use Drupal\views\ResultRow;
 
diff --git a/src/SourcePluginBase.php b/src/SourcePluginBase.php
index e044d54..89afd3a 100644
--- a/src/SourcePluginBase.php
+++ b/src/SourcePluginBase.php
@@ -8,8 +8,6 @@
 namespace Drupal\tmgmt;
 
 use Drupal\Component\Plugin\PluginBase;
-use Drupal\tmgmt\Entity\JobItem;
-
 
 /**
  * Default controller class for source plugins.
diff --git a/src/SourcePluginInterface.php b/src/SourcePluginInterface.php
index 5dc2d46..883894b 100644
--- a/src/SourcePluginInterface.php
+++ b/src/SourcePluginInterface.php
@@ -7,7 +7,6 @@
 
 namespace Drupal\tmgmt;
 
-use Drupal\tmgmt\Entity\JobItem;
 use Drupal\Component\Plugin\PluginInspectionInterface;
 
 /**
diff --git a/src/SourcePluginUiBase.php b/src/SourcePluginUiBase.php
index 4c1b0c0..9f4b5b5 100644
--- a/src/SourcePluginUiBase.php
+++ b/src/SourcePluginUiBase.php
@@ -9,7 +9,6 @@ namespace Drupal\tmgmt;
 
 use Drupal\Core\Form\FormStateInterface;
 use Drupal\Core\Plugin\PluginBase;
-use Drupal\Component\Utility\SafeMarkup;
 
 /**
  * Default ui controller class for source plugin.
diff --git a/src/SourcePluginUiInterface.php b/src/SourcePluginUiInterface.php
index e1f217b..b322d14 100644
--- a/src/SourcePluginUiInterface.php
+++ b/src/SourcePluginUiInterface.php
@@ -10,7 +10,6 @@ namespace Drupal\tmgmt;
 
 use Drupal\Component\Plugin\PluginInspectionInterface;
 use Drupal\Core\Form\FormStateInterface;
-use Drupal\tmgmt\Entity\JobItem;
 use TMGMTPluginBaseInterface;
 
 /**
diff --git a/src/Tests/EntityTestBase.php b/src/Tests/EntityTestBase.php
index a257ab8..2859220 100644
--- a/src/Tests/EntityTestBase.php
+++ b/src/Tests/EntityTestBase.php
@@ -7,7 +7,6 @@
 
 namespace Drupal\tmgmt\Tests;
 
-use Drupal\comment\CommentTranslationHandler;
 use Drupal\comment\Tests\CommentTestTrait;
 use Drupal\Component\Utility\Unicode;
 use Drupal\Core\Field\FieldStorageDefinitionInterface;
diff --git a/src/Tests/TMGMTKernelTestBase.php b/src/Tests/TMGMTKernelTestBase.php
index e9ef868..76d57b1 100644
--- a/src/Tests/TMGMTKernelTestBase.php
+++ b/src/Tests/TMGMTKernelTestBase.php
@@ -7,7 +7,6 @@
 
 namespace Drupal\tmgmt\Tests;
 
-use Drupal\Core\Language\Language;
 use Drupal\language\Entity\ConfigurableLanguage;
 use Drupal\simpletest\KernelTestBase;
 use Drupal\tmgmt\JobItemInterface;
diff --git a/src/Tests/TMGMTTestBase.php b/src/Tests/TMGMTTestBase.php
index 0880ebf..e8aade8 100644
--- a/src/Tests/TMGMTTestBase.php
+++ b/src/Tests/TMGMTTestBase.php
@@ -7,11 +7,8 @@
 
 namespace Drupal\tmgmt\Tests;
 
-use Drupal\Core\Language\Language;
 use Drupal\language\Entity\ConfigurableLanguage;
 use Drupal\simpletest\WebTestBase;
-use Drupal\tmgmt\Entity\Job;
-use Drupal\tmgmt\Entity\JobItem;
 use Drupal\tmgmt\Entity\Translator;
 use Drupal\tmgmt\JobItemInterface;
 
diff --git a/src/TranslatorInterface.php b/src/TranslatorInterface.php
index 5e8946b..390b48d 100644
--- a/src/TranslatorInterface.php
+++ b/src/TranslatorInterface.php
@@ -5,8 +5,8 @@
  */
 
 namespace Drupal\tmgmt;
+
 use Drupal\Core\Config\Entity\ConfigEntityInterface;
-use Drupal\tmgmt\Entity\Job;
 
 /**
  * Interface for the tmgmt_translator entity.
diff --git a/src/TranslatorManager.php b/src/TranslatorManager.php
index 24110e5..0177432 100644
--- a/src/TranslatorManager.php
+++ b/src/TranslatorManager.php
@@ -10,7 +10,6 @@ namespace Drupal\tmgmt;
 use Drupal\Core\Cache\CacheBackendInterface;
 use Drupal\Core\Extension\ModuleHandlerInterface;
 use Drupal\Core\Plugin\DefaultPluginManager;
-use Drupal\tmgmt\Entity\Translator;
 
 /**
  * A plugin manager for translator plugins.
diff --git a/src/TranslatorPluginBase.php b/src/TranslatorPluginBase.php
index fb69e9b..a005846 100644
--- a/src/TranslatorPluginBase.php
+++ b/src/TranslatorPluginBase.php
@@ -8,9 +8,6 @@
 namespace Drupal\tmgmt;
 
 use Drupal\Component\Plugin\PluginBase;
-use Drupal\tmgmt\Entity\Job;
-use Drupal\tmgmt\Entity\JobItem;
-use Drupal\tmgmt\Entity\Translator;
 use Drupal\tmgmt\Translator\AvailableResult;
 use Drupal\tmgmt\Translator\TranslatableResult;
 
diff --git a/src/TranslatorRejectDataInterface.php b/src/TranslatorRejectDataInterface.php
index 2823a70..97f6805 100644
--- a/src/TranslatorRejectDataInterface.php
+++ b/src/TranslatorRejectDataInterface.php
@@ -8,7 +8,6 @@
 namespace Drupal\tmgmt;
 
 use Drupal\Core\Form\FormStateInterface;
-use Drupal\tmgmt\Entity\JobItem;
 
 /**
  * Handle reject on data item level.
diff --git a/tmgmt.api.php b/tmgmt.api.php
index bdb98ef..776aa81 100644
--- a/tmgmt.api.php
+++ b/tmgmt.api.php
@@ -4,7 +4,6 @@
  * @file
  * Hooks provided by the Translation Management module.
  */
-use Drupal\tmgmt\Entity\Job;
 
 /**
  * @addtogroup tmgmt_source
diff --git a/tmgmt.module b/tmgmt.module
index f3778dd..e7ef34f 100644
--- a/tmgmt.module
+++ b/tmgmt.module
@@ -8,15 +8,13 @@
 use Drupal\tmgmt\Entity\Job;
 use Drupal\tmgmt\Entity\Translator;
 use Drupal\Component\Utility\Html;
-use Drupal\tmgmt\Translator\TranslatableResult;
-use Drupal\tmgmt\Translator\AvailableResult;
 use Drupal\Core\Form\FormStateInterface;
 use Drupal\Core\Url;
 use Drupal\tmgmt\Entity\JobItem;
 use Drupal\tmgmt\JobInterface;
 use Drupal\tmgmt\JobItemInterface;
 use Drupal\tmgmt\TranslatorRejectDataInterface;
-use \Drupal\Core\Render\Element;
+use Drupal\Core\Render\Element;
 
 /**
  * @addtogroup tmgmt_job
diff --git a/tmgmt.rules.inc b/tmgmt.rules.inc
index a6bd2a4..6d7ffd9 100644
--- a/tmgmt.rules.inc
+++ b/tmgmt.rules.inc
@@ -5,7 +5,6 @@
  * Rules integration.
  */
 
-use Drupal\tmgmt\Entity\Job;
 use Drupal\tmgmt\TMGMTException;
 
 /**
diff --git a/tmgmt_test/src/Plugin/tmgmt/Source/TestSource.php b/tmgmt_test/src/Plugin/tmgmt/Source/TestSource.php
index eee578c..9aabd7f 100644
--- a/tmgmt_test/src/Plugin/tmgmt/Source/TestSource.php
+++ b/tmgmt_test/src/Plugin/tmgmt/Source/TestSource.php
@@ -11,7 +11,6 @@ use Drupal\Component\Render\FormattableMarkup;
 use Drupal\Core\Url;
 use Drupal\tmgmt\JobItemInterface;
 use Drupal\tmgmt\SourcePluginBase;
-use Drupal\tmgmt\Entity\JobItem;
 use Drupal\Core\Render\Element;
 
 /**
diff --git a/translators/tmgmt_file/src/Plugin/tmgmt_file/Format/Html.php b/translators/tmgmt_file/src/Plugin/tmgmt_file/Format/Html.php
index e015d41..97a219b 100644
--- a/translators/tmgmt_file/src/Plugin/tmgmt_file/Format/Html.php
+++ b/translators/tmgmt_file/src/Plugin/tmgmt_file/Format/Html.php
@@ -12,8 +12,6 @@ use Drupal\tmgmt\JobInterface;
 use Drupal\tmgmt_file\Format\DOMDocument;
 use Drupal\tmgmt_file\Format\FormatInterface;
 use Drupal\tmgmt_file\Format\type;
-use Drupal\tmgmt_file\Annotation\FormatPlugin;
-use Drupal\Core\Annotation\Translation;
 
 /**
  * Export into HTML.
diff --git a/translators/tmgmt_local/src/Form/AssignMultiple.php b/translators/tmgmt_local/src/Form/AssignMultiple.php
index f3bb400..971088f 100644
--- a/translators/tmgmt_local/src/Form/AssignMultiple.php
+++ b/translators/tmgmt_local/src/Form/AssignMultiple.php
@@ -10,7 +10,6 @@ namespace Drupal\tmgmt_local\Form;
 use Drupal\Core\Entity\EntityManagerInterface;
 use Drupal\Core\Form\FormBase;
 use Drupal\Core\Form\FormStateInterface;
-use Drupal\Core\Session\AccountInterface;
 use Drupal\Core\Url;
 use Drupal\user\Entity\User;
 use Drupal\user\PrivateTempStoreFactory;
diff --git a/translators/tmgmt_local/src/Form/LocalTaskAssignForm.php b/translators/tmgmt_local/src/Form/LocalTaskAssignForm.php
index 1bc0824..6862654 100644
--- a/translators/tmgmt_local/src/Form/LocalTaskAssignForm.php
+++ b/translators/tmgmt_local/src/Form/LocalTaskAssignForm.php
@@ -8,7 +8,6 @@
 namespace Drupal\tmgmt_local\Form;
 
 use Drupal\Core\Entity\ContentEntityForm;
-use Drupal\Core\Form\FormBase;
 use Drupal\Core\Form\FormStateInterface;
 use Drupal\Core\Url;
 use Drupal\user\Entity\User;
diff --git a/translators/tmgmt_local/src/Form/LocalTaskItemForm.php b/translators/tmgmt_local/src/Form/LocalTaskItemForm.php
index 05e5ee3..abc93d7 100644
--- a/translators/tmgmt_local/src/Form/LocalTaskItemForm.php
+++ b/translators/tmgmt_local/src/Form/LocalTaskItemForm.php
@@ -9,7 +9,6 @@ namespace Drupal\tmgmt_local\Form;
 
 use Drupal\Component\Utility\Html;
 use Drupal\Component\Utility\NestedArray;
-use Drupal\Component\Utility\SafeMarkup;
 use Drupal\Component\Utility\Xss;
 use Drupal\Core\Entity\ContentEntityForm;
 use Drupal\Core\Form\FormStateInterface;
diff --git a/translators/tmgmt_local/src/Plugin/views/field/TaskItemStatus.php b/translators/tmgmt_local/src/Plugin/views/field/TaskItemStatus.php
index 9d1bd4e..d0447fe 100644
--- a/translators/tmgmt_local/src/Plugin/views/field/TaskItemStatus.php
+++ b/translators/tmgmt_local/src/Plugin/views/field/TaskItemStatus.php
@@ -7,7 +7,6 @@
 
 namespace Drupal\tmgmt_local\Plugin\views\field;
 
-use Drupal\tmgmt_local\Entity\LocalTaskItem;
 use Drupal\tmgmt_local\LocalTaskItemInterface;
 use Drupal\views\Plugin\views\field\NumericField;
 use Drupal\views\ResultRow;
diff --git a/translators/tmgmt_local/tmgmt_local.theme.inc b/translators/tmgmt_local/tmgmt_local.theme.inc
index 21698a1..ef5ebea 100644
--- a/translators/tmgmt_local/tmgmt_local.theme.inc
+++ b/translators/tmgmt_local/tmgmt_local.theme.inc
@@ -5,11 +5,6 @@
  * Theme file stub for tmgmt.
  */
 
-use Drupal\Component\Utility\Html;
-use Drupal\Component\Utility\SafeMarkup;
-use Drupal\Core\Template\Attribute;
-use Drupal\Core\Url;
-use Drupal\tmgmt\Entity\JobItem;
 use Drupal\Core\Render\Element;
 
 /**
