From 45c53d61d36abc2b51a717c2a1fbf18f5c96086a Mon Sep 17 00:00:00 2001 From: Eshan Ramesh Date: Wed, 27 May 2020 18:23:26 -0400 Subject: [PATCH] black --- jrnl/util.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jrnl/util.py b/jrnl/util.py index f7ae2c2b..041a4f36 100644 --- a/jrnl/util.py +++ b/jrnl/util.py @@ -109,7 +109,8 @@ def set_keychain(journal_name, password): keyring.set_password("jrnl", journal_name, password) except keyring.errors.NoKeyringError: print( - "Keyring backend not found. Please install one of the supported backends by visiting: https://pypi.org/project/keyring/",file=sys.stderr + "Keyring backend not found. Please install one of the supported backends by visiting: https://pypi.org/project/keyring/", + file=sys.stderr, )