diff --git a/jrnl/plugins/calendar_heatmap_exporter.py b/jrnl/plugins/calendar_heatmap_exporter.py index 53061d58..010ab401 100644 --- a/jrnl/plugins/calendar_heatmap_exporter.py +++ b/jrnl/plugins/calendar_heatmap_exporter.py @@ -32,7 +32,7 @@ class CalendarHeatmapExporter(TextExporter): raise NotImplementedError @classmethod - def print_calendar_heatmap(cls, journal_frequency: NestedDict) -> str: + def print_calendar_heatmap(cls, journal_frequency: "NestedDict") -> str: """Returns a string representation of the calendar heatmap.""" console = Console() cal = calendar.Calendar()