mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
fix import error
This commit is contained in:
parent
86886394c0
commit
4e90caefd0
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ 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.datatypes import NestedDict
|
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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue