8000 Remove decode · devplearn/twilio-python@3a58b52 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a58b52

Browse files
committed
Remove decode
1 parent 5a468d8 commit 3a58b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twilio/access_token.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ def to_jwt(self, algorithm='HS256'):
9191
algorithm=algorithm)
9292

9393
def __str__(self):
94-
return self.to_jwt().decode('utf-8')
94+
return self.to_jwt()

0 commit comments

Comments
 (0)
0