Completed
Pull Request — master (#27206)
by Tom
09:10
created
apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
  */
21 21
 namespace OCA\DAV\CalDAV\Publishing\Xml;
22 22
 
23
-use OCA\DAV\CalDAV\Publishing\PublishPlugin as Plugin;
24 23
 use Sabre\Xml\Writer;
25 24
 use Sabre\Xml\XmlSerializable;
26 25
 
Please login to merge, or discard this patch.
settings/Panels/Personal/Profile.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -26,11 +26,9 @@
 block discarded – undo
26 26
 
27 27
 use OCP\Settings\ISettings;
28 28
 use OCP\Template;
29
-use OCP\IUser;
30 29
 use OCP\IGroupManager;
31 30
 use OCP\IUserSession;
32 31
 use OCP\IConfig;
33
-use OC\Settings\Panels\Helper;
34 32
 use OCP\L10N\IFactory;
35 33
 
36 34
 class Profile implements ISettings {
Please login to merge, or discard this patch.