1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 15:57:14 +03:00

un-optionaled config.default_journal_dir

This commit is contained in:
A_D 2020-12-24 13:32:48 +02:00 committed by Athanasius
parent 48427a770d
commit 1b7ad1f7e9

View File

@ -112,7 +112,7 @@ class AbstractConfig(abc.ABC):
internal_plugin_dir: pathlib.Path
respath: pathlib.Path
home: pathlib.Path
default_journal_dir: Optional[pathlib.Path]
default_journal_dir: pathlib.Path
identifier: str