mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-18 03:58:32 +02:00
Make flake8 happy
This commit is contained in:
parent
2f51e4b2cd
commit
84e79be2db
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue