fix missing import

This commit is contained in:
Jonathan Wren 2022-05-16 12:09:00 -07:00
parent 222a6969e6
commit a1758d5e9a

View file

@ -25,6 +25,7 @@ from jrnl.exception import JrnlException
from jrnl.messages import Message
from jrnl.messages import MsgText
from jrnl.messages import MsgStyle
from jrnl.output import print_msg
def make_key(password):