@@ -42,7 +42,6 @@ discard block |
||
42 | 42 | namespace OC; |
43 | 43 | |
44 | 44 | use Doctrine\DBAL\Exception\TableExistsException; |
45 | -use OC\App\AppManager; |
|
46 | 45 | use OC\App\AppStore\Bundles\Bundle; |
47 | 46 | use OC\App\AppStore\Fetcher\AppFetcher; |
48 | 47 | use OC\App\CodeChecker\CodeChecker; |
@@ -52,7 +51,6 @@ discard block |
||
52 | 51 | use OC_App; |
53 | 52 | use OC_DB; |
54 | 53 | use OC_Helper; |
55 | -use OCP\App\IAppManager; |
|
56 | 54 | use OCP\Http\Client\IClientService; |
57 | 55 | use OCP\IConfig; |
58 | 56 | use OCP\ILogger; |