Suppress PyPep8Naming soft-warnings

This commit is contained in:
Dan 2018-12-25 16:20:09 +01:00
parent d91acfe2ca
commit 7e4b96cfdf

View file

@ -46,6 +46,7 @@ def compute_hash(algo: types.PasswordKdfAlgoSHA256SHA256PBKDF2HMACSHA512iter1000
return sha256(algo.salt2 + hash3 + algo.salt2)
# noinspection PyPep8Naming
def compute_check(r: types.account.Password, password: str) -> types.InputCheckPasswordSRP:
algo = r.current_algo