File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 9
9
from twilio .rest .preview .marketplace .available_add_on import AvailableAddOnList
10
10
from twilio .rest .preview .marketplace .installed_add_on import InstalledAddOnList
11
11
from twilio .rest .preview .sync .service import ServiceList
12
- from twilio .rest .preview .understand .assistant import AssistantList
13
12
from twilio .rest .preview .wireless .command import CommandList
14
13
from twilio .rest .preview .wireless .rate_plan import RatePlanList
15
14
from twilio .rest .preview .wireless .sim import SimList
@@ -70,15 +69,6 @@ def services(self) -> ServiceList:
70
69
)
71
70
return self .sync .services
72
71
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
-
82
72
@property
83
73
def commands (self ) -> CommandList :
84
74
warn (
You can’t perform that action at this time.
0 commit comments