From 332c82e61eb5ea6e3fe3f1ff1cb44657966bb160 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Mon, 30 Jun 2025 19:00:54 +0530 Subject: [PATCH] fix: lint --- app/controllers/general.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/general.php b/app/controllers/general.php index d509c9bb18..ae5b17cee6 100644 --- a/app/controllers/general.php +++ b/app/controllers/general.php @@ -11,7 +11,6 @@ use Appwrite\Event\Event; use Appwrite\Event\Func; use Appwrite\Event\StatsUsage; use Appwrite\Extend\Exception as AppwriteException; -use Appwrite\Network\Platform; use Appwrite\Network\Validator\Origin; use Appwrite\Platform\Appwrite; use Appwrite\SDK\Method;