[Python-checkins] cpython: run Tools/reindent.py on secrets.py to satisfy the checkwhitespace hook

steven.daprano python-checkins at python.org
Thu Apr 14 11:56:05 EDT 2016


https://hg.python.org/cpython/rev/6872f94902ec
changeset:   100975:6872f94902ec
user:        Steven D'Aprano <steve at pearwood.info>
date:        Fri Apr 15 01:55:14 2016 +1000
summary:
  run Tools/reindent.py on secrets.py to satisfy the checkwhitespace hook

files:
  Lib/secrets.py |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Lib/secrets.py b/Lib/secrets.py
--- a/Lib/secrets.py
+++ b/Lib/secrets.py
@@ -146,4 +146,3 @@
 def token_urlsafe(nbytes=None):
     tok = token_bytes(nbytes)
     return base64.urlsafe_b64encode(tok).rstrip(b'=').decode('ascii')
-

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list