From 31ffc9ea92a8399e6ec147fc63487ada847beddc Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Tue, 4 Nov 2025 08:12:46 +0000 Subject: [PATCH] format --- src/Appwrite/Auth/Auth.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Appwrite/Auth/Auth.php b/src/Appwrite/Auth/Auth.php index 1af4ea3a04..cf82b947f3 100644 --- a/src/Appwrite/Auth/Auth.php +++ b/src/Appwrite/Auth/Auth.php @@ -2,14 +2,7 @@ namespace Appwrite\Auth; -use Appwrite\Utopia\Database\Documents\User; -use Utopia\Auth\Proof; use Utopia\Auth\Proofs\Token; -use Utopia\Database\DateTime; -use Utopia\Database\Document; -use Utopia\Database\Helpers\Role; -use Utopia\Database\Validator\Authorization; -use Utopia\Database\Validator\Roles; class Auth {