There was an error while loading. Please reload this page.
1 parent 1f43fce commit dbda867Copy full SHA for dbda867
1 file changed
twilio/rest/preview/__init__.py
@@ -50,15 +50,6 @@ def installed_add_ons(self) -> InstalledAddOnList:
50
)
51
return self.marketplace.installed_add_ons
52
53
- @property
54
- def services(self) -> ServiceList:
55
- warn(
56
- "services is deprecated. Use sync.services instead.",
57
- DeprecationWarning,
58
- stacklevel=2,
59
- )
60
- return self.sync.services
61
-
62
@property
63
def commands(self) -> CommandList:
64
warn(
0 commit comments