From bb1949b25e7281b889318ac43b741cffbf7bdb44 Mon Sep 17 00:00:00 2001 From: Carolina Lopez Date: Wed, 23 Jul 2025 18:15:32 -0500 Subject: [PATCH] Remove not existence class ServiceList --- twilio/rest/preview/__init__.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/twilio/rest/preview/__init__.py b/twilio/rest/preview/__init__.py index 7a175b902..c4658c62e 100644 --- a/twilio/rest/preview/__init__.py +++ b/twilio/rest/preview/__init__.py @@ -50,15 +50,6 @@ def installed_add_ons(self) -> InstalledAddOnList: ) return self.marketplace.installed_add_ons - @property - def services(self) -> ServiceList: - warn( - "services is deprecated. Use sync.services instead.", - DeprecationWarning, - stacklevel=2, - ) - return self.sync.services - @property def commands(self) -> CommandList: warn(