From 459ebd1510d307afca7aa55083cc24577977c0ed Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sun, 8 Aug 2021 18:58:23 +0300 Subject: [PATCH] Removed unused calls --- app/controllers/api/projects.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/controllers/api/projects.php b/app/controllers/api/projects.php index 493eb65dcb..839cc47554 100644 --- a/app/controllers/api/projects.php +++ b/app/controllers/api/projects.php @@ -5,9 +5,7 @@ use Appwrite\Database\Validator\CustomId; use Appwrite\Network\Validator\CNAME; use Appwrite\Network\Validator\Domain as DomainValidator; use Appwrite\Network\Validator\URL; -use Appwrite\Task\Validator\Cron; use Appwrite\Utopia\Response; -use Cron\CronExpression; use Utopia\App; use Utopia\Config\Config; use Utopia\Database\Document;