diff --git a/core/Command/App/Install.php b/core/Command/App/Install.php index 403ba891134..2d02fff4dbf 100644 --- a/core/Command/App/Install.php +++ b/core/Command/App/Install.php @@ -29,8 +29,6 @@ namespace OC\Core\Command\App; use OC\Installer; use OCP\App\IAppManager; -use Psr\Container\ContainerExceptionInterface; -use Psr\Container\NotFoundExceptionInterface; use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputInterface;