diff --git a/src/Command/BlacklistDeleteCommand.php b/src/Command/BlacklistDeleteCommand.php index ee356d6..29e73bd 100644 --- a/src/Command/BlacklistDeleteCommand.php +++ b/src/Command/BlacklistDeleteCommand.php @@ -13,8 +13,6 @@ use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputOption; -use Symfony\Component\Console\Input\InputInterface; -use Symfony\Component\Console\Output\OutputInterface; use Rollerworks\Bundle\PasswordStrengthBundle\Blacklist\SqliteProvider; class BlacklistDeleteCommand extends BlacklistCommonCommand diff --git a/src/Command/BlacklistUpdateCommand.php b/src/Command/BlacklistUpdateCommand.php index 7e7aa3c..13dc72e 100644 --- a/src/Command/BlacklistUpdateCommand.php +++ b/src/Command/BlacklistUpdateCommand.php @@ -13,8 +13,6 @@ use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputOption; -use Symfony\Component\Console\Input\InputInterface; -use Symfony\Component\Console\Output\OutputInterface; use Rollerworks\Bundle\PasswordStrengthBundle\Blacklist\SqliteProvider; class BlacklistUpdateCommand extends BlacklistCommonCommand