Skip to content

Commit fbb516b

Browse files
NCPlayzchildish-sambino
authored andcommitted
Change typehint for PhoneNumberInstance.carrier (#481)
1 parent 08898a4 commit fbb516b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twilio/rest/lookups/v1/phone_number.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def national_format(self):
241241
def carrier(self):
242242
"""
243243
:returns: The telecom company that provides the phone number
244-
:rtype: unicode
244+
:rtype: dict
245245
"""
246246
return self._properties['carrier']
247247

0 commit comments

Comments
 (0)