From 1b78ae1eafa0f1f4e8baf40cd9f16bae154354e5 Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Mon, 13 Nov 2023 15:47:19 +0000 Subject: [PATCH] chore: remove unused import --- src/Appwrite/Messaging/Adapter/SMS/SMSFactory.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Appwrite/Messaging/Adapter/SMS/SMSFactory.php b/src/Appwrite/Messaging/Adapter/SMS/SMSFactory.php index 2c64fa7760..ad56e781f5 100644 --- a/src/Appwrite/Messaging/Adapter/SMS/SMSFactory.php +++ b/src/Appwrite/Messaging/Adapter/SMS/SMSFactory.php @@ -10,7 +10,6 @@ use Utopia\Messaging\Adapters\SMS\TextMagic; use Utopia\Messaging\Adapters\SMS\Twilio; use Utopia\Messaging\Adapters\SMS\Vonage; use Utopia\Messaging\Adapters\SMS\GEOSMS; -use Utopia\Messaging\Adapters\SMS\GEOSMS\CallingCode; use Utopia\DSN\DSN; class SMSFactory