twilio / twilio-python

A Python module for communicating with the Twilio API and generating TwiML.
MIT License
1.83k stars 699 forks source link

Imported library does not exist #772

Closed geospith closed 5 months ago

geospith commented 5 months ago

The path twilio.rest.preview.understand.assistant does not exist, therefore this import breaks at runtime:

from twilio.rest.preview.understand.assistant import AssistantList

https://github.com/twilio/twilio-python/blob/7b52a49026a45bad6cb4e2840cb8f77d51a216f8/twilio/rest/preview/__init__.py#L12

tiwarishubham635 commented 5 months ago

Let's club this under #773 as they are the same issue. Will be looking at it