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