File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 99from twilio .rest .preview .marketplace .available_add_on import AvailableAddOnList
1010from twilio .rest .preview .marketplace .installed_add_on import InstalledAddOnList
1111from twilio .rest .preview .sync .service import ServiceList
12- from twilio .rest .preview .understand .assistant import AssistantList
1312from twilio .rest .preview .wireless .command import CommandList
1413from twilio .rest .preview .wireless .rate_plan import RatePlanList
1514from 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 (
You can’t perform that action at this time.
0 commit comments