fix import error

This commit is contained in:
Jonathan Wren 2024-02-26 20:15:25 -08:00
parent 86886394c0
commit 4e90caefd0
No known key found for this signature in database

View file

@ -16,7 +16,7 @@ from jrnl.plugins.text_exporter import TextExporter
from jrnl.plugins.util import get_journal_frequency_nested
if TYPE_CHECKING:
from jrnl.datatypes import NestedDict
from jrnl.plugins.util import NestedDict
from jrnl.journals import Entry
from jrnl.journals import Journal