mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 11:38:32 +02:00
fix linting issue
This commit is contained in:
parent
34df64c989
commit
c325ba38ea
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue