From 65e48c3c47b02a245cfa00c958b29cfc6e345a6f Mon Sep 17 00:00:00 2001 From: karimpwnz Date: Mon, 4 Jan 2021 02:41:28 +0200 Subject: [PATCH] Fix plugin import --- jrnl/plugins/__init__.py | 1 - 1 file changed, 1 deletion(-) 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