diff --git a/app/controllers/api/databases.php b/app/controllers/api/databases.php index 2319cc6b3b..f92b84748e 100644 --- a/app/controllers/api/databases.php +++ b/app/controllers/api/databases.php @@ -16,9 +16,7 @@ use MaxMind\Db\Reader; use Utopia\App; use Utopia\Audit\Audit; use Utopia\Config\Config; -use Utopia\Database\Adapter\MariaDB; use Utopia\Database\Database; -use Utopia\Database\DateTime; use Utopia\Database\Document; use Utopia\Database\Exception\Authorization as AuthorizationException; use Utopia\Database\Exception\Duplicate as DuplicateException;