More lint fixes

This commit is contained in:
Aaron Lichtman 2023-06-21 06:35:22 -07:00
parent cb83cb43ff
commit bd921f2e05
No known key found for this signature in database
GPG key ID: D046D019DC745EDA

View file

@ -32,7 +32,7 @@ class CalendarHeatmapExporter(TextExporter):
raise NotImplementedError raise NotImplementedError
@classmethod @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.""" """Returns a string representation of the calendar heatmap."""
console = Console() console = Console()
cal = calendar.Calendar() cal = calendar.Calendar()