diff --git a/src/Composer/Command/Command.php b/src/Composer/Command/Command.php index 0c17138d6..6c5226c6a 100644 --- a/src/Composer/Command/Command.php +++ b/src/Composer/Command/Command.php @@ -19,7 +19,6 @@ use Composer\IO\NullIO; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface; use Symfony\Component\Console\Command\Command as BaseCommand; -use Symfony\Component\Console\Input\InputInterface; /** * Base class for Composer commands