Make flake8 happy

This commit is contained in:
MinchinWeb 2021-10-11 14:46:36 -06:00
parent 2f51e4b2cd
commit 84e79be2db

View file

@ -9,7 +9,7 @@ from jrnl.plugins.exporter import json as json_exporter
try: try:
from jrnl.contrib.exporter import testing as testing_exporter from jrnl.contrib.exporter import testing as testing_exporter
except: except ImportError:
testing_exporter = None testing_exporter = None