@@ -30,9 +30,6 @@ |
||
30 | 30 | use \OCA\Zenodo\Service\ConfigService; |
31 | 31 | use \OCA\Zenodo\Service\FileService; |
32 | 32 | use \OCA\Zenodo\Service\MiscService; |
33 | -use OCP\AppFramework\Controller; |
|
34 | -use OCP\AppFramework\Http\TemplateResponse; |
|
35 | -use OCP\IRequest; |
|
36 | 33 | |
37 | 34 | class ApiService { |
38 | 35 |