We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17cfe7f commit 9db5ef4Copy full SHA for 9db5ef4
uid2_client/uid2_base64_url_coder.py
@@ -15,7 +15,7 @@ def encode(input):
15
16
@staticmethod
17
def decode(token):
18
- input_size_mod4 = len(token) % 4;
+ input_size_mod4 = len(token) % 4
19
if input_size_mod4 > 0:
20
padding_needed = 4 - input_size_mod4
21
padding = ""
0 commit comments