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;