8000 Change unicode literal to non-u literal for 3.2 compatibility · jkzilla/twilio-python@1030ce5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1030ce5

Browse files
committed
Change unicode literal to non-u literal for 3.2 compatibility
1 parent 1afcbfd commit 1030ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twilio/rest/resources/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def change_dict_key(d, from_key, to_key):
125125

126126
class _UnsetTimeoutKls(object):
127127
def __repr__(self):
128-
return u'<Timeout Unset>'
128+
return '<Timeout Unset>'
129129

130130

131131
# None has special meaning for timeouts, so we use this sigil to indicate

0 commit comments

Comments
 (0)
0