From e53c124ecc76b01164e1004a6f2492a9eb7dc87f Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 18 Mar 2026 12:50:46 -0400 Subject: [PATCH] chore(trashbin): drop unused use statements from SyncLivePhotosListener Signed-off-by: Josh --- apps/files_trashbin/lib/Listeners/SyncLivePhotosListener.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/files_trashbin/lib/Listeners/SyncLivePhotosListener.php b/apps/files_trashbin/lib/Listeners/SyncLivePhotosListener.php index 8b449e419fe..decd34fbdd5 100644 --- a/apps/files_trashbin/lib/Listeners/SyncLivePhotosListener.php +++ b/apps/files_trashbin/lib/Listeners/SyncLivePhotosListener.php @@ -17,8 +17,6 @@ use OCP\EventDispatcher\IEventListener; use OCP\Exceptions\AbortedEventException; use OCP\Files\Folder; use OCP\Files\Node; -use OCP\Files\NotFoundException; -use OCP\Files\NotPermittedException; use OCP\IUserSession; /**