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

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

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