whitespace

This commit is contained in:
Jean-Paul Calderone 2021-11-16 18:29:01 -05:00
parent 2186bfcc37
commit a208502e18

View File

@ -272,7 +272,7 @@ class HashedLeaseInfo(proxyForInterface(ILeaseInfo, "_lease_info")): # type: ign
Hash the candidate secret and compare the result to the stored hashed Hash the candidate secret and compare the result to the stored hashed
secret. secret.
""" """
if isinstance(candidate_secret, _HashedCancelSecret): if isinstance(candidate_secret, _HashedCancelSecret):
# Someone read it off of this object in this project - probably # Someone read it off of this object in this project - probably
# the lease crawler - and is just trying to use it to identify # the lease crawler - and is just trying to use it to identify
# which lease it wants to operate on. Avoid re-hashing the value. # which lease it wants to operate on. Avoid re-hashing the value.