fix linting issue

This commit is contained in:
Jonathan Wren 2022-06-04 17:07:41 -07:00
parent 34df64c989
commit c325ba38ea

View file

@ -45,7 +45,8 @@ def decrypt_content(
keychain: str = None, keychain: str = None,
max_attempts: int = 3, max_attempts: int = 3,
) -> str: ) -> str:
get_pw = lambda: print_msg( def get_pw():
return print_msg(
Message(MsgText.Password, MsgStyle.PROMPT), get_input=True, hide_input=True Message(MsgText.Password, MsgStyle.PROMPT), get_input=True, hide_input=True
) )