run Tools/reindent.py on secrets.py to satisfy the checkwhitespace hook
This commit is contained in:
parent
95702725ff
commit
a873f68248
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in New Issue