1
0
Fork 0
mirror of synced 2024-10-02 18:26:49 +13:00

chore: remove unused imports

This commit is contained in:
loks0n 2023-12-11 18:36:17 +00:00
parent 1e8a931751
commit cb788b13bf

View file

@ -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