瀏覽代碼

Remove unused import in UpdateCommand

aude 9 年之前
父節點
當前提交
0a662a7e42
共有 1 個文件被更改,包括 0 次插入1 次删除
  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;
 
 /**