8000 python-ecosys/pyjwt/jwt.py: Fix missing whitespace. · micropython/micropython-lib@c3f4779 · GitHub
[go: up one dir, main page]

Skip to content

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)
0