From 34fd6763e11d99841d2b83b870797d9bf5d19830 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Tue, 16 Aug 2022 11:14:55 +0545 Subject: [PATCH] Update app/controllers/api/account.php Co-authored-by: Eldad A. Fux --- app/controllers/api/account.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/api/account.php b/app/controllers/api/account.php index d817876f74..232be4246d 100644 --- a/app/controllers/api/account.php +++ b/app/controllers/api/account.php @@ -12,7 +12,6 @@ use Appwrite\Network\Validator\Email; use Appwrite\Network\Validator\Host; use Appwrite\Network\Validator\URL; use Appwrite\OpenSSL\OpenSSL; -use Appwrite\Usage\Stats; use Appwrite\Template\Template; use Appwrite\URL\URL as URLParser; use Appwrite\Utopia\Request;