From cb788b13bfef935fdd659cb0a37c20bc447a9ba3 Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Mon, 11 Dec 2023 18:36:17 +0000 Subject: [PATCH] chore: remove unused imports --- app/controllers/api/users.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/controllers/api/users.php b/app/controllers/api/users.php index e408e2a1a2..3cb54e271a 100644 --- a/app/controllers/api/users.php +++ b/app/controllers/api/users.php @@ -41,8 +41,6 @@ use Utopia\Validator\Integer; use Appwrite\Auth\Validator\PasswordHistory; use Appwrite\Auth\Validator\PasswordDictionary; use Appwrite\Auth\Validator\PersonalData; -use Appwrite\Services\Locale as ServicesLocale; -use Appwrite\Utopia\Response\Model\Project; /** TODO: Remove function when we move to using utopia/platform */ function createUser(string $hash, mixed $hashOptions, string $userId, ?string $email, ?string $password, ?string $phone, string $name, Document $project, Database $dbForProject, Event $queueForEvents): Document