PEP-8 fix.

This commit is contained in:
Dave Page 2019-10-29 12:18:49 +00:00
parent 06022dfd7e
commit 7408b8c8d9

View File

@ -794,7 +794,8 @@ def set_master_password():
# if master pass is set previously
if current_user.masterpass_check is not None:
if data.get('button_click') and not validate_master_password(data.get('password')):
if data.get('button_click') and \
not validate_master_password(data.get('password')):
return form_master_password_response(
existing=True,
present=False,