From a407d2ea841ed13c15713d2f3cd5fab695fcdbb7 Mon Sep 17 00:00:00 2001 From: fogelito Date: Mon, 12 Jan 2026 15:42:01 +0200 Subject: [PATCH] formatting --- app/controllers/api/account.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/controllers/api/account.php b/app/controllers/api/account.php index bf1355f08b..f866836bef 100644 --- a/app/controllers/api/account.php +++ b/app/controllers/api/account.php @@ -56,10 +56,7 @@ use Utopia\Database\Helpers\Permission; use Utopia\Database\Helpers\Role; use Utopia\Database\Query; use Utopia\Database\Validator\Authorization; -use Utopia\Database\Validator\Queries; use Utopia\Database\Validator\Query\Cursor; -use Utopia\Database\Validator\Query\Limit; -use Utopia\Database\Validator\Query\Offset; use Utopia\Database\Validator\UID; use Utopia\Emails\Email; use Utopia\Locale\Locale;