From 4bb11ef9c25d30795f09f450ba6a8b4e25131e94 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Tue, 21 Jan 2025 21:40:55 +1300 Subject: [PATCH] Lint --- src/Appwrite/Platform/Workers/Deletes.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Appwrite/Platform/Workers/Deletes.php b/src/Appwrite/Platform/Workers/Deletes.php index 05429b554d..07e9c712c1 100644 --- a/src/Appwrite/Platform/Workers/Deletes.php +++ b/src/Appwrite/Platform/Workers/Deletes.php @@ -19,7 +19,6 @@ use Utopia\Database\Exception as DatabaseException; use Utopia\Database\Exception\Authorization; use Utopia\Database\Exception\Conflict; use Utopia\Database\Exception\Restricted; -use Utopia\Database\Exception\Timeout; use Utopia\Database\Query; use Utopia\DSN\DSN; use Utopia\Logger\Log;