@@ -21,7 +21,6 @@ |
||
21 | 21 | namespace OCA\DAV\CardDAV\Xml; |
22 | 22 | |
23 | 23 | use Sabre\Xml\XmlSerializable; |
24 | -use Sabre\Xml\Element; |
|
25 | 24 | use Sabre\Xml\Writer; |
26 | 25 | |
27 | 26 | class Groups implements XmlSerializable { |
@@ -27,7 +27,6 @@ |
||
27 | 27 | use Sabre\DAV\Exception\NotFound; |
28 | 28 | use Sabre\DAV\Exception\BadRequest; |
29 | 29 | use Sabre\DAV\ICollection; |
30 | - |
|
31 | 30 | use OCP\SystemTag\ISystemTagManager; |
32 | 31 | use OCP\SystemTag\ISystemTag; |
33 | 32 | use OCP\SystemTag\TagNotFoundException; |
@@ -26,7 +26,6 @@ |
||
26 | 26 | use Sabre\DAV\Exception\BadRequest; |
27 | 27 | use Sabre\DAV\Exception\PreconditionFailed; |
28 | 28 | use Sabre\DAV\ICollection; |
29 | - |
|
30 | 29 | use OCP\SystemTag\ISystemTagManager; |
31 | 30 | use OCP\SystemTag\ISystemTagObjectMapper; |
32 | 31 | use OCP\SystemTag\ISystemTag; |
@@ -26,7 +26,6 @@ |
||
26 | 26 | use Sabre\DAV\Exception\MethodNotAllowed; |
27 | 27 | use Sabre\DAV\Exception\NotFound; |
28 | 28 | use Sabre\DAV\ICollection; |
29 | - |
|
30 | 29 | use OCP\SystemTag\ISystemTagManager; |
31 | 30 | use OCP\SystemTag\ISystemTagObjectMapper; |
32 | 31 | use OCP\IUserSession; |
@@ -27,11 +27,8 @@ |
||
27 | 27 | use OCA\Files_external\NotFoundException; |
28 | 28 | use OCA\Files_external\Service\GlobalStoragesService; |
29 | 29 | use Symfony\Component\Console\Command\Command; |
30 | -use Symfony\Component\Console\Helper\Table; |
|
31 | -use Symfony\Component\Console\Helper\TableHelper; |
|
32 | 30 | use Symfony\Component\Console\Input\InputArgument; |
33 | 31 | use Symfony\Component\Console\Input\InputInterface; |
34 | -use Symfony\Component\Console\Input\InputOption; |
|
35 | 32 | use Symfony\Component\Console\Output\OutputInterface; |
36 | 33 | |
37 | 34 | class Config extends Base { |
@@ -32,7 +32,6 @@ |
||
32 | 32 | */ |
33 | 33 | namespace OC\Files\Storage; |
34 | 34 | use Icewind\Streams\IteratorDirectory; |
35 | - |
|
36 | 35 | use Icewind\Streams\RetryWrapper; |
37 | 36 | use phpseclib\Net\SFTP\Stream; |
38 | 37 |
@@ -31,7 +31,6 @@ |
||
31 | 31 | use OCP\Files\IRootFolder; |
32 | 32 | use OCP\Share; |
33 | 33 | use OCP\Share\IManager; |
34 | - |
|
35 | 34 | use OCP\Share\Exceptions\ShareNotFound; |
36 | 35 | use OCP\Share\Exceptions\GenericShareException; |
37 | 36 |
@@ -23,7 +23,6 @@ |
||
23 | 23 | |
24 | 24 | namespace OCA\Files_Trashbin\BackgroundJob; |
25 | 25 | |
26 | -use OCP\IConfig; |
|
27 | 26 | use OCP\IUser; |
28 | 27 | use OCP\IUserManager; |
29 | 28 | use OCA\Files_Trashbin\AppInfo\Application; |
@@ -34,7 +34,6 @@ discard block |
||
34 | 34 | use OCP\IUserManager; |
35 | 35 | use OCP\Share\IManager; |
36 | 36 | use OCP\Share\IProviderFactory; |
37 | -use OC\Share20\Exception\BackendError; |
|
38 | 37 | use OCP\IConfig; |
39 | 38 | use OCP\IL10N; |
40 | 39 | use OCP\ILogger; |
@@ -44,7 +43,6 @@ discard block |
||
44 | 43 | use OCP\IGroupManager; |
45 | 44 | use OCP\Files\File; |
46 | 45 | use OCP\Files\Folder; |
47 | - |
|
48 | 46 | use OCP\Share\Exceptions\ShareNotFound; |
49 | 47 | use OCP\Share\Exceptions\GenericShareException; |
50 | 48 | use Symfony\Component\EventDispatcher\EventDispatcher; |