Skip to content

Commit

Permalink
Removing unused use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
stankut committed Sep 21, 2023
1 parent 291518d commit 008e958
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
namespace Drupal\os2forms_permissions_by_term\Form;

use Drupal\Core\Entity\EntityFieldManagerInterface;
use Drupal\Core\Entity\EntityTypeManagerInterface;
use Drupal\Core\Form\ConfigFormBase;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Session\AccountInterface;
use Drupal\webform\WebformTokenManagerInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;

/**
Expand Down

0 comments on commit 008e958

Please sign in to comment.