diff options
Diffstat (limited to 'apps/updatenotification')
3 files changed, 0 insertions, 3 deletions
diff --git a/apps/updatenotification/lib/Notification/Notifier.php b/apps/updatenotification/lib/Notification/Notifier.php index 00d7993891d..c7963a04ea6 100644 --- a/apps/updatenotification/lib/Notification/Notifier.php +++ b/apps/updatenotification/lib/Notification/Notifier.php @@ -27,7 +27,6 @@ declare(strict_types=1); namespace OCA\UpdateNotification\Notification; - use OCP\IConfig; use OCP\IGroupManager; use OCP\IURLGenerator; diff --git a/apps/updatenotification/tests/Notification/BackgroundJobTest.php b/apps/updatenotification/tests/Notification/BackgroundJobTest.php index 966ac1e2949..d52867e5c93 100644 --- a/apps/updatenotification/tests/Notification/BackgroundJobTest.php +++ b/apps/updatenotification/tests/Notification/BackgroundJobTest.php @@ -27,7 +27,6 @@ declare(strict_types=1); namespace OCA\UpdateNotification\Tests\Notification; - use OC\Installer; use OC\Updater\VersionCheck; use OCA\UpdateNotification\Notification\BackgroundJob; diff --git a/apps/updatenotification/tests/Notification/NotifierTest.php b/apps/updatenotification/tests/Notification/NotifierTest.php index d744b7a97fd..6c36a8a74aa 100644 --- a/apps/updatenotification/tests/Notification/NotifierTest.php +++ b/apps/updatenotification/tests/Notification/NotifierTest.php @@ -26,7 +26,6 @@ declare(strict_types=1); namespace OCA\UpdateNotification\Tests\Notification; - use OCA\UpdateNotification\Notification\Notifier; use OCP\IConfig; use OCP\IGroupManager; |