diff --git a/jrnl/plugins/__init__.py b/jrnl/plugins/__init__.py index 089cc62e..1d09d3aa 100644 --- a/jrnl/plugins/__init__.py +++ b/jrnl/plugins/__init__.py @@ -3,7 +3,6 @@ # Copyright (C) 2012-2021 jrnl contributors # License: https://www.gnu.org/licenses/gpl-3.0.html -from jrnl.plugins.datecount_exporter import DatecountExporter from .fancy_exporter import FancyExporter from .jrnl_importer import JRNLImporter from .json_exporter import JSONExporter