@@ -22,9 +22,7 @@ |
||
22 | 22 | |
23 | 23 | namespace Owncloud\Updater\Command; |
24 | 24 | |
25 | -use Symfony\Component\Console\Input\InputArgument; |
|
26 | 25 | use Symfony\Component\Console\Input\InputInterface; |
27 | -use Symfony\Component\Console\Input\InputOption; |
|
28 | 26 | use Symfony\Component\Console\Output\OutputInterface; |
29 | 27 | use Owncloud\Updater\Utils\OccRunner; |
30 | 28 | use Owncloud\Updater\Utils\ZipExtractor; |
@@ -31,7 +31,6 @@ |
||
31 | 31 | use League\Plates\Extension\URI; |
32 | 32 | use Symfony\Component\Console\Output\BufferedOutput; |
33 | 33 | use Symfony\Component\Console\Input\StringInput; |
34 | -use Symfony\Component\Process\Exception\ProcessFailedException; |
|
35 | 34 | |
36 | 35 | class IndexController { |
37 | 36 |