From 15cabd018d2d26604e2b3ebcd4fc5b55c5c3743a Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Tue, 28 Oct 2025 16:56:54 +1300 Subject: [PATCH] Lint --- src/Appwrite/Utopia/Request/Filters/V20.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Appwrite/Utopia/Request/Filters/V20.php b/src/Appwrite/Utopia/Request/Filters/V20.php index aafd273721..69e7da6b7a 100644 --- a/src/Appwrite/Utopia/Request/Filters/V20.php +++ b/src/Appwrite/Utopia/Request/Filters/V20.php @@ -5,7 +5,6 @@ namespace Appwrite\Utopia\Request\Filters; use Appwrite\Extend\Exception; use Appwrite\Utopia\Request\Filter; use Utopia\Database\Database; -use Utopia\Database\Exception\NotFound; use Utopia\Database\Exception\Query as QueryException; use Utopia\Database\Query; use Utopia\Database\Validator\Authorization;