diff --git a/core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestSimpleForm.php b/core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestSimpleForm.php index fd66a5f1b4..513d3f95af 100644 --- a/core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestSimpleForm.php +++ b/core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestSimpleForm.php @@ -2,8 +2,6 @@ namespace Drupal\ajax_forms_test\Form; -use Drupal\Core\Ajax\AjaxResponse; -use Drupal\Core\Ajax\InsertCommand; use Drupal\Core\Form\FormBase; use Drupal\ajax_forms_test\Callbacks; use Drupal\Core\Form\FormStateInterface;