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;