1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13:00

remove unused import

This commit is contained in:
Damodar Lohani 2024-01-28 03:03:20 +00:00
parent 7a94bd143c
commit 359b3326d9

View file

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