diff --git a/app/init.php b/app/init.php index 0f6b7a7542..a4bf247550 100644 --- a/app/init.php +++ b/app/init.php @@ -54,13 +54,10 @@ use Appwrite\Database\Pools; use Appwrite\Event\Delete; use Utopia\Database\Validator\Structure; use Utopia\Database\Validator\Authorization; -use Utopia\Cache\Cache; -use Utopia\Cache\Adapter\Redis as RedisCache; use Utopia\Validator\Range; use Utopia\Validator\WhiteList; use Swoole\Database\RedisConfig; use Swoole\Database\RedisPool; -use Utopia\Database\Adapter\MariaDB; use Utopia\Database\Query; use Utopia\Database\Validator\DatetimeValidator; use Utopia\Storage\Device;