mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
More lint fixes
This commit is contained in:
parent
cb83cb43ff
commit
bd921f2e05
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue