PEP-8 fix.

pull/27/head
Dave Page 2019-10-29 12:18:49 +00:00
parent 06022dfd7e
commit 7408b8c8d9
1 changed files with 2 additions and 1 deletions

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,