8000 Remove decode · randy3465/twilio-python@5c15ead · GitHub
[go: up one dir, main page]

Skip to content

Commit 5c15ead

Browse files
committed
Remove decode
1 parent 92622a1 commit 5c15ead

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