From 41d9d722a57b0bd40364f8d90571f7b5020e6187 Mon Sep 17 00:00:00 2001 From: Adam Vessey Date: Thu, 27 Feb 2025 09:26:16 -0400 Subject: [PATCH] Drop unused uses. --- src/Drush/Commands/UserWrapperCommands.php | 2 -- 1 file changed, 2 deletions(-) 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;