Przeglądaj źródła

Remove unused import in UpdateCommand

aude 9 lat temu
rodzic
commit
0a662a7e42
1 zmienionych plików z 0 dodań i 1 usunięć
  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;
 
 /**