Completed
Pull Request — master (#49)
by Matias
01:33
created
lib/Controller/FaceController.php 1 patch
Unused Use Statements   -7 removed lines patch added patch discarded remove patch
@@ -5,17 +5,10 @@
 block discarded – undo
5 5
 use OCP\Files\IRootFolder;
6 6
 use OCP\AppFramework\Http;
7 7
 use OCP\AppFramework\Http\DataResponse;
8
-use OCP\AppFramework\Http\JSONResponse;
9 8
 use OCP\AppFramework\Http\DataDisplayResponse;
10 9
 use OCP\AppFramework\Controller;
11
-
12
-use OCA\FaceRecognition\Db\Face;
13 10
 use OCA\FaceRecognition\Db\FaceMapper;
14
-
15
-use OCA\FaceRecognition\Db\FaceNew;
16 11
 use OCA\FaceRecognition\Db\FaceNewMapper;
17
-
18
-use OCA\FaceRecognition\Db\Image;
19 12
 use OCA\FaceRecognition\Db\ImageMapper;
20 13
 
21 14
 class FaceController extends Controller {
Please login to merge, or discard this patch.
lib/Controller/PersonController.php 1 patch
Unused Use Statements   -7 removed lines patch added patch discarded remove patch
@@ -3,16 +3,9 @@
 block discarded – undo
3 3
 
4 4
 use OCP\IRequest;
5 5
 use OCP\Files\IRootFolder;
6
-use OCP\AppFramework\Http;
7 6
 use OCP\AppFramework\Http\DataResponse;
8
-use OCP\AppFramework\Http\JSONResponse;
9
-use OCP\AppFramework\Http\DataDisplayResponse;
10 7
 use OCP\AppFramework\Controller;
11
-
12
-use OCA\FaceRecognition\Db\Face;
13 8
 use OCA\FaceRecognition\Db\FaceMapper;
14
-
15
-use OCA\FaceRecognition\Db\Person;
16 9
 use OCA\FaceRecognition\Db\PersonMapper;
17 10
 
18 11
 class PersonController extends Controller {
Please login to merge, or discard this patch.