diff --git a/src/Drush/Commands/UserWrapperCommands.php b/src/Drush/Commands/UserWrapperCommands.php index f3da472..010e5ee 100644 --- a/src/Drush/Commands/UserWrapperCommands.php +++ b/src/Drush/Commands/UserWrapperCommands.php @@ -10,8 +10,6 @@ use Drupal\Core\Session\AccountInterface; use Drupal\Core\Session\AccountSwitcherInterface; use Drush\Commands\AutowireTrait; -use Psr\Log\LoggerAwareInterface; -use Psr\Log\LoggerAwareTrait; use Psr\Log\LoggerInterface; use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Input\InputOption;