Skip to content
Snippets Groups Projects
Commit a065814b authored by Sonal Gyanani's avatar Sonal Gyanani Committed by Jose Antonio Reyero del Prado
Browse files

Issue #3339507 by Sonal Gyanani, gayatri chahar, schillerm, roberttabigue: Remove unused imports

parent 75106d39
No related branches found
No related tags found
1 merge request!1Issue #3339507: Remove unused imports
......@@ -2,7 +2,6 @@
namespace Drupal\locale_extend\Form;
use Drupal\Component\Gettext\PoItem;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Render\Element;
use Drupal\locale_extend\SourceString;
......
......@@ -2,7 +2,6 @@
namespace Drupal\locale_extend\Form;
use Drupal\Core\Form\FormStateInterface;
use Drupal\locale\Form\TranslateFilterForm as TranslateFilterFormFormBase;
/**
......
......@@ -2,12 +2,6 @@
namespace Drupal\locale_extend\Form;
use Drupal\Core\Form\FormBase;
use Drupal\Core\Language\LanguageManagerInterface;
use Drupal\locale\StringStorageInterface;
use Drupal\Core\State\StateInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
/**
* Defines the locale user interface translation form base.
*
......
......@@ -3,7 +3,6 @@
namespace Drupal\locale_extend;
use Drupal\Core\StringTranslation\TranslatableMarkup;
use Drupal\Core\StringTranslation\PluralTranslatableMarkup;
/**
* Helper static methods for translation.
......
......@@ -2,9 +2,6 @@
namespace Drupal\Tests\locale_extend\Kernel;
use Drupal\language\Entity\ConfigurableLanguage;
use Drupal\locale\StringInterface;
use Drupal\Tests\locale\Kernel\LocaleStringTest;
/**
......
......@@ -2,11 +2,7 @@
namespace Drupal\Tests\locale_extend\Kernel;
use Drupal\language\Entity\ConfigurableLanguage;
use Drupal\locale\StringInterface;
use Drupal\KernelTests\KernelTestBase;
use Drupal\Tests\locale\Kernel\LocaleStringTest as LocaleTestBase;
use Drupal\Core\DependencyInjection\DependencySerializationTrait;
/**
* Tests the locale string storage, string objects and data API
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment