Address lints

This commit is contained in:
Aaron Lichtman 2024-06-26 19:14:22 -07:00
parent cc51d19feb
commit 2e57286e9b
No known key found for this signature in database
GPG key ID: D046D019DC745EDA

View file

@ -16,9 +16,9 @@ from jrnl.plugins.text_exporter import TextExporter
from jrnl.plugins.util import get_journal_frequency_nested from jrnl.plugins.util import get_journal_frequency_nested
if TYPE_CHECKING: if TYPE_CHECKING:
from jrnl.plugins.util import NestedDict
from jrnl.journals import Entry from jrnl.journals import Entry
from jrnl.journals import Journal from jrnl.journals import Journal
from jrnl.plugins.util import NestedDict
class CalendarHeatmapExporter(TextExporter): class CalendarHeatmapExporter(TextExporter):