mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
run Tools/reindent.py on secrets.py to satisfy the checkwhitespace hook
This commit is contained in:
parent
95702725ff
commit
a873f68248
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue