core/modules/views/src/Plugin/views/argument_validator/Entity.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/modules/views/src/Plugin/views/argument_validator/Entity.php b/core/modules/views/src/Plugin/views/argument_validator/Entity.php index ebfe60c..fe2175c 100644 --- a/core/modules/views/src/Plugin/views/argument_validator/Entity.php +++ b/core/modules/views/src/Plugin/views/argument_validator/Entity.php @@ -7,13 +7,11 @@ namespace Drupal\views\Plugin\views\argument_validator; -use Drupal\Component\Plugin\Exception\PluginNotFoundException; use Drupal\Core\Config\Entity\ConfigEntityInterface; use Drupal\Core\Entity\EntityInterface; use Drupal\Core\Entity\EntityManagerInterface; use Drupal\Core\Form\FormStateInterface; use Drupal\views\Plugin\views\argument\ArgumentPluginBase; -use SebastianBergmann\Exporter\Exception; use Symfony\Component\DependencyInjection\ContainerInterface; /**