From eb70990bf01b77bf6586d131710b80620bfe3d47 Mon Sep 17 00:00:00 2001 From: shimon Date: Tue, 9 Jan 2024 15:22:02 +0200 Subject: [PATCH] remove cloud related scripts --- src/Appwrite/Platform/Services/Tasks.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Appwrite/Platform/Services/Tasks.php b/src/Appwrite/Platform/Services/Tasks.php index 0da42e3545..6b8a111611 100644 --- a/src/Appwrite/Platform/Services/Tasks.php +++ b/src/Appwrite/Platform/Services/Tasks.php @@ -11,7 +11,6 @@ use Appwrite\Platform\Tasks\Schedule; use Appwrite\Platform\Tasks\SDKs; use Appwrite\Platform\Tasks\Specs; use Appwrite\Platform\Tasks\SSL; -use Appwrite\Platform\Tasks\Hamster; use Appwrite\Platform\Tasks\Usage; use Appwrite\Platform\Tasks\Vars; use Appwrite\Platform\Tasks\Version;