From dca4e4d528c9fd657e8ce1d2b9d5ca343a55c409 Mon Sep 17 00:00:00 2001 From: Samuel Date: Tue, 9 Feb 2021 09:46:52 +0100 Subject: [PATCH] fix(no_unused_imports) Signed-off-by: Samuel --- apps/federatedfilesharing/lib/Notifications.php | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/federatedfilesharing/lib/Notifications.php b/apps/federatedfilesharing/lib/Notifications.php index e2be43e09e6..1b06b2751ae 100644 --- a/apps/federatedfilesharing/lib/Notifications.php +++ b/apps/federatedfilesharing/lib/Notifications.php @@ -27,7 +27,6 @@ namespace OCA\FederatedFileSharing; -use OC; use OCA\FederatedFileSharing\Events\FederatedShareAddedEvent; use OCP\AppFramework\Http; use OCP\BackgroundJob\IJobList;