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

This commit is contained in:
Steven D'Aprano 2016-04-15 01:55:14 +10:00
parent 95702725ff
commit a873f68248
1 changed files with 0 additions and 1 deletions

View File

@ -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')