Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRaul <raul@nextcloud.com>2022-04-26 17:31:03 +0300
committerRaul <raul@nextcloud.com>2022-04-28 15:03:43 +0300
commitabc400d79f5a54aea954e0290d7e7bc32eaeb1f9 (patch)
tree81510b39930bc5e46dea25f0e03807624e15ab28 /lib
parenta9c62438cf51f397a87413c0b2856e3e8a872fe7 (diff)
Remove unused import
Signed-off-by: Raul <raul@nextcloud.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Controller/WopiController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Controller/WopiController.php b/lib/Controller/WopiController.php
index 803f11a5..4b8266fa 100644
--- a/lib/Controller/WopiController.php
+++ b/lib/Controller/WopiController.php
@@ -34,7 +34,6 @@ use OCA\Richdocuments\TemplateManager;
use OCA\Richdocuments\TokenManager;
use OCP\AppFramework\Controller;
use OCP\AppFramework\Db\DoesNotExistException;
-use OCP\AppFramework\Db\TokenExpiredException;
use OCP\AppFramework\Http;
use OCP\AppFramework\Http\JSONResponse;
use OCP\AppFramework\Http\StreamResponse;