From 97ec922637424437e93ec9d22618bc9aee9c5ad4 Mon Sep 17 00:00:00 2001 From: dbxnr Date: Fri, 10 Jan 2020 04:59:12 +0000 Subject: [PATCH] black formatting --- jrnl/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jrnl/install.py b/jrnl/install.py index dc7bd0b9..3145a8f1 100644 --- a/jrnl/install.py +++ b/jrnl/install.py @@ -111,7 +111,7 @@ def load_or_install_jrnl(): print("Exiting.", file=sys.stderr) sys.exit(1) - if config.get('version') and config.get('version') < __version__: + if config.get("version") and config.get("version") < __version__: upgraded_user_config = upgrade_config(config) save_config(upgraded_user_config)