From d5849c39f3ce932cf57f336e473b5b7b223a1d03 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sat, 15 Oct 2022 21:57:55 +0300 Subject: [PATCH] Removed unused namespaces --- app/controllers/api/account.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/controllers/api/account.php b/app/controllers/api/account.php index a4a5ec776f..fe86ee1837 100644 --- a/app/controllers/api/account.php +++ b/app/controllers/api/account.php @@ -6,7 +6,6 @@ use Appwrite\SMS\Adapter\Mock; use Appwrite\Auth\Validator\Password; use Appwrite\Auth\Validator\Phone; use Appwrite\Detector\Detector; -use Appwrite\Event\Audit; use Appwrite\Event\Event; use Appwrite\Event\Mail; use Appwrite\Event\Phone as EventPhone; @@ -40,7 +39,6 @@ use Utopia\Database\Validator\UID; use Utopia\Locale\Locale; use Utopia\Validator\ArrayList; use Utopia\Validator\Assoc; -use Utopia\Validator\Range; use Utopia\Validator\Text; use Utopia\Validator\WhiteList;