@@ -24,7 +24,6 @@ |
||
24 | 24 | namespace OCA\Deck\AppInfo; |
25 | 25 | |
26 | 26 | use Exception; |
27 | -use InvalidArgumentException; |
|
28 | 27 | use OC_Util; |
29 | 28 | use OCA\Deck\Activity\CommentEventHandler; |
30 | 29 | use OCA\Deck\Capabilities; |
@@ -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 { |