diff options
author | Marcel Klehr <mklehr@gmx.net> | 2024-05-06 11:09:53 +0200 |
---|---|---|
committer | Marcel Klehr <mklehr@gmx.net> | 2024-05-14 11:38:40 +0200 |
commit | a5053d33c2cad5ff6414132e441520e446245700 (patch) | |
tree | 9c91542bc20682d39e45bcc948044f0700cbe765 /core | |
parent | 8ccb29ae3b071f59d35f7fdc705ae0a3d2a07ea9 (diff) | |
download | nextcloud-server-a5053d33c2cad5ff6414132e441520e446245700.tar.gz nextcloud-server-a5053d33c2cad5ff6414132e441520e446245700.zip |
fix: Run cs:fix
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Diffstat (limited to 'core')
-rw-r--r-- | core/Controller/TaskProcessingApiController.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Controller/TaskProcessingApiController.php b/core/Controller/TaskProcessingApiController.php index a32b11451b3..da23b343cf0 100644 --- a/core/Controller/TaskProcessingApiController.php +++ b/core/Controller/TaskProcessingApiController.php @@ -43,7 +43,6 @@ use OCP\Files\NotPermittedException; use OCP\IL10N; use OCP\IRequest; use OCP\Lock\LockedException; -use OCP\PreConditionNotMetException; use OCP\TaskProcessing\EShapeType; use OCP\TaskProcessing\Exception\Exception; use OCP\TaskProcessing\Exception\UnauthorizedException; |