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

Sign up
Appearance settings

Commit c3f4779

Browse files
committed
python-ecosys/pyjwt/jwt.py: Fix missing whitespace.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
1 parent f95260d commit c3f4779

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎python-ecosys/pyjwt/jwt.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import json
55
from time import time
66

7+
78
def _to_b64url(data):
89
return (
910
binascii.b2a_base64(data)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /