From 4699d781123f2add494d337e09dfb8df943d7f8d Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Thu, 22 Dec 2022 19:15:02 +1300 Subject: [PATCH] Remove redundant import --- app/init.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/init.php b/app/init.php index 7ccb24e28f..b05950d679 100644 --- a/app/init.php +++ b/app/init.php @@ -37,7 +37,6 @@ use Appwrite\Network\Validator\IP; use Appwrite\Network\Validator\URL; use Appwrite\OpenSSL\OpenSSL; use Appwrite\Usage\Stats; -use Appwrite\Utopia\View; use MaxMind\Db\Reader; use PHPMailer\PHPMailer\PHPMailer; use Swoole\Database\PDOConfig;