From f784fde7db13be89acf5719f79237438e562e2a1 Mon Sep 17 00:00:00 2001 From: Eshan Ramesh Date: Tue, 26 May 2020 09:59:33 -0400 Subject: [PATCH] black --- jrnl/util.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jrnl/util.py b/jrnl/util.py index 401ed974..2ab53331 100644 --- a/jrnl/util.py +++ b/jrnl/util.py @@ -110,7 +110,9 @@ def set_keychain(journal_name, password): try: 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/") + print( + "Keyring backend not found. Please install one of the supported backends by visiting: https://pypi.org/project/keyring/" + ) def yesno(prompt, default=True):