Skip to content

Commit f258caf

Browse files
committed
fix AssistantsBase import
1 parent 71fb731 commit f258caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twilio/rest/assistants/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from warnings import warn
22

3-
from twilio.rest.assistants import AssistantsBase
3+
from twilio.rest.assistants.AssistantsBase import AssistantsBase
44
from twilio.rest.assistants.v1.assistant import AssistantList
55
from twilio.rest.assistants.v1.knowledge import KnowledgeList
66
from twilio.rest.assistants.v1.policy import PolicyList

0 commit comments

Comments
 (0)