From 359b3326d91b82ef6abc19e72d93ca0614b8c2cf Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Sun, 28 Jan 2024 03:03:20 +0000 Subject: [PATCH] remove unused import --- tests/e2e/Services/Account/AccountConsoleClientTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/e2e/Services/Account/AccountConsoleClientTest.php b/tests/e2e/Services/Account/AccountConsoleClientTest.php index 7d14ff7a77..e3de522541 100644 --- a/tests/e2e/Services/Account/AccountConsoleClientTest.php +++ b/tests/e2e/Services/Account/AccountConsoleClientTest.php @@ -2,13 +2,11 @@ namespace Tests\E2E\Services\Account; -use Appwrite\Extend\Exception; use Tests\E2E\Scopes\Scope; use Tests\E2E\Scopes\ProjectConsole; use Tests\E2E\Scopes\SideClient; use Utopia\Database\Helpers\ID; use Tests\E2E\Client; -use Utopia\Database\Validator\Datetime as DatetimeValidator; class AccountConsoleClientTest extends Scope {