From fc8c40c62f5f09dec80d2fb7466cc5245ab2318e Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Mon, 10 Oct 2022 19:34:57 +0300 Subject: [PATCH] Removed unused hostnames --- app/init.php | 3 --- 1 file changed, 3 deletions(-) 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;