1
0
Fork 0
mirror of synced 2024-10-05 12:43:13 +13:00

style: remove unused imports

This commit is contained in:
Torsten Dittmann 2024-04-10 19:52:14 +02:00
parent 11fdefa2b8
commit 7cff879e58

View file

@ -5,10 +5,8 @@ namespace Tests\E2E\Services\Console;
use Appwrite\Extend\Exception;
use Tests\E2E\Client;
use Tests\E2E\Scopes\ProjectConsole;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\SideClient;
use Tests\E2E\Scopes\SideConsole;
class ModeTest extends Scope
{