From 2e57286e9bb501682304ac3b6f46d34c769535b6 Mon Sep 17 00:00:00 2001 From: Aaron Lichtman Date: Wed, 26 Jun 2024 19:14:22 -0700 Subject: [PATCH] Address lints --- jrnl/plugins/calendar_heatmap_exporter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jrnl/plugins/calendar_heatmap_exporter.py b/jrnl/plugins/calendar_heatmap_exporter.py index 78cbaf9a..69f9566c 100644 --- a/jrnl/plugins/calendar_heatmap_exporter.py +++ b/jrnl/plugins/calendar_heatmap_exporter.py @@ -16,9 +16,9 @@ from jrnl.plugins.text_exporter import TextExporter from jrnl.plugins.util import get_journal_frequency_nested if TYPE_CHECKING: - from jrnl.plugins.util import NestedDict from jrnl.journals import Entry from jrnl.journals import Journal + from jrnl.plugins.util import NestedDict class CalendarHeatmapExporter(TextExporter):