@@ -43,7 +43,6 @@ |
||
| 43 | 43 | use Symfony\Component\Console\Helper\ProgressBar; |
| 44 | 44 | use Symfony\Component\Console\Input\InputInterface; |
| 45 | 45 | use Symfony\Component\Console\Output\OutputInterface; |
| 46 | -use Symfony\Component\Console\Input\InputOption; |
|
| 47 | 46 | use Symfony\Component\EventDispatcher\GenericEvent; |
| 48 | 47 | |
| 49 | 48 | class Upgrade extends Command { |
@@ -30,8 +30,6 @@ |
||
| 30 | 30 | |
| 31 | 31 | namespace OC; |
| 32 | 32 | |
| 33 | -use OC\App\AppStore\Bundles\BundleFetcher; |
|
| 34 | -use OC\Files\AppData\Factory; |
|
| 35 | 33 | use OC\Repair\CleanTags; |
| 36 | 34 | use OC\Repair\Collation; |
| 37 | 35 | use OC\Repair\MoveUpdaterStepFile; |