From 67b6c4e1b0a9fa0138eb897f8a19e5b85d705c29 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Fri, 8 Jan 2021 23:26:10 +0100 Subject: Fix psalm issues Signed-off-by: Sean Molenaar --- lib/Service/ItemService.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/Service/ItemService.php') diff --git a/lib/Service/ItemService.php b/lib/Service/ItemService.php index 58533cb7d..62a319346 100644 --- a/lib/Service/ItemService.php +++ b/lib/Service/ItemService.php @@ -14,10 +14,8 @@ namespace OCA\News\Service; use OCA\News\AppInfo\Application; -use OCA\News\Db\Item; use OCA\News\Db\ItemMapperV2; use OCA\News\Service\Exceptions\ServiceNotFoundException; -use OCP\AppFramework\Db\Entity; use OCP\IConfig; use OCP\AppFramework\Db\DoesNotExistException; -- cgit v1.2.3