Browse Source

Merge pull request #4790 from filbertkm/updatecommand

Remove unused import in UpdateCommand
Jordi Boggiano 9 years ago
parent
commit
4dd388074e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Composer/Command/UpdateCommand.php

+ 0 - 1
src/Composer/Command/UpdateCommand.php

@@ -22,7 +22,6 @@ use Symfony\Component\Console\Input\InputInterface;
 use Symfony\Component\Console\Input\InputOption;
 use Symfony\Component\Console\Input\InputArgument;
 use Symfony\Component\Console\Output\OutputInterface;
-use Symfony\Component\Console\Question\ConfirmationQuestion;
 use Symfony\Component\Console\Question\Question;
 
 /**