@@ -28,7 +28,6 @@ discard block |
||
28 | 28 | use OCA\Deck\BadRequestException; |
29 | 29 | use OCA\Deck\NoPermissionException; |
30 | 30 | use OCA\Deck\NotFoundException; |
31 | -use OCA\Deck\StatusException; |
|
32 | 31 | use OCP\AppFramework\Http\DataResponse; |
33 | 32 | use OCP\Comments\IComment; |
34 | 33 | use OCP\Comments\ICommentsManager; |
@@ -37,7 +36,6 @@ discard block |
||
37 | 36 | use OCP\ILogger; |
38 | 37 | use OCP\IUserManager; |
39 | 38 | use OutOfBoundsException; |
40 | -use Sabre\DAV\Exception\Forbidden; |
|
41 | 39 | use function is_numeric; |
42 | 40 | |
43 | 41 | class CommentService { |