mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +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
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from jrnl.plugins.util import NestedDict
|
||||
from jrnl.journals import Entry
|
||||
from jrnl.journals import Journal
|
||||
from jrnl.plugins.util import NestedDict
|
||||
|
||||
|
||||
class CalendarHeatmapExporter(TextExporter):
|
||||
|
|
Loading…
Add table
Reference in a new issue