From 84e79be2db8251590e3e47bf55672aee5a76e7ce Mon Sep 17 00:00:00 2001 From: MinchinWeb Date: Mon, 11 Oct 2021 14:46:36 -0600 Subject: [PATCH] Make flake8 happy --- tests/test_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_plugin.py b/tests/test_plugin.py index cd71effd..28ac17bf 100644 --- a/tests/test_plugin.py +++ b/tests/test_plugin.py @@ -9,7 +9,7 @@ from jrnl.plugins.exporter import json as json_exporter try: from jrnl.contrib.exporter import testing as testing_exporter -except: +except ImportError: testing_exporter = None