Skip to content

Commit bfb07a7

Browse files
chore: removing preview.understand references (#775)
1 parent e4285a4 commit bfb07a7

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

twilio/rest/preview/__init__.py

-10
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from twilio.rest.preview.marketplace.available_add_on import AvailableAddOnList
1010
from twilio.rest.preview.marketplace.installed_add_on import InstalledAddOnList
1111
from twilio.rest.preview.sync.service import ServiceList
12-
from twilio.rest.preview.understand.assistant import AssistantList
1312
from twilio.rest.preview.wireless.command import CommandList
1413
from twilio.rest.preview.wireless.rate_plan import RatePlanList
1514
from twilio.rest.preview.wireless.sim import SimList
@@ -70,15 +69,6 @@ def services(self) -> ServiceList:
7069
)
7170
return self.sync.services
7271

73-
@property
74-
def assistants(self) -> AssistantList:
75-
warn(
76-
"assistants is deprecated. Use understand.assistants instead.",
77-
DeprecationWarning,
78-
stacklevel=2,
79-
)
80-
return self.understand.assistants
81-
8272
@property
8373
def commands(self) -> CommandList:
8474
warn(

0 commit comments

Comments
 (0)