diff --git a/src/Appwrite/Platform/Tasks/RetryJobs.php b/src/Appwrite/Platform/Tasks/RetryJobs.php index 90a9bceefb..6c48e0fd22 100644 --- a/src/Appwrite/Platform/Tasks/RetryJobs.php +++ b/src/Appwrite/Platform/Tasks/RetryJobs.php @@ -3,12 +3,10 @@ namespace Appwrite\Platform\Tasks; use Appwrite\Event\Event; -use Twig\Node\Expression\Test\EvenTest; use Utopia\CLI\Console; use Utopia\Platform\Action; use Utopia\Queue\Client; use Utopia\Queue\Connection; -use Utopia\Validator\Text; use Utopia\Validator\WhiteList; class RetryJobs extends Action