Commit 20fe1aaf authored by Steven D'Aprano's avatar Steven D'Aprano

run Tools/reindent.py on secrets.py to satisfy the checkwhitespace hook

parent 83e2baa6
......@@ -146,4 +146,3 @@ def token_hex(nbytes=None):
def token_urlsafe(nbytes=None):
tok = token_bytes(nbytes)
return base64.urlsafe_b64encode(tok).rstrip(b'=').decode('ascii')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment