From 3495f4c0c1458ca151216bf77cadf78ac356984f Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 17 Jun 2020 12:08:17 +0200 Subject: [PATCH] Fix PHP CS Signed-off-by: Joas Schilling --- lib/private/Collaboration/Collaborators/UserPlugin.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/private/Collaboration/Collaborators/UserPlugin.php b/lib/private/Collaboration/Collaborators/UserPlugin.php index c955b244f48..c92f7bb0b6e 100644 --- a/lib/private/Collaboration/Collaborators/UserPlugin.php +++ b/lib/private/Collaboration/Collaborators/UserPlugin.php @@ -31,7 +31,6 @@ use OCP\Collaboration\Collaborators\ISearchPlugin; use OCP\Collaboration\Collaborators\ISearchResult; use OCP\Collaboration\Collaborators\SearchResultType; use OCP\IConfig; -use OCP\IGroup; use OCP\IGroupManager; use OCP\IUser; use OCP\IUserManager; -- 2.39.5