Type hint on PhoneNumberInstance.carrier should be dict instead of unicode #451
Labels
code-generation
issue deals with generated code
difficulty: easy
fix is easy in difficulty
type: bug
bug in the library
The type hint on the
carrier
property incorrectly marks it asunicode
instead ofdict
here: https://github.com/twilio/twilio-python/blob/6.21.0/twilio/rest/lookups/v1/phone_number.py#L244Version:
6.21
Code Snippet
Steps to Reproduce
carrier
property of the resultingPhoneNumberInstance
. It is notunicode
, but adict
instead.The text was updated successfully, but these errors were encountered: