mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
fix merge conflict typo
This commit is contained in:
parent
15a5b143ee
commit
22409ffef4
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ def _write_in_editor(config: dict, prepopulated_text: str | None = None) -> str:
|
|||
|
||||
|
||||
|
||||
def _filter_journal_entries(args: "Namespace", journal: Journal, **kwargs) -> None:
|
||||
def _filter_journal_entries(args: "Namespace", journal: "Journal", **kwargs) -> None:
|
||||
"""Filter journal entries in-place based upon search args"""
|
||||
if args.on_date:
|
||||
args.start_date = args.end_date = args.on_date
|
||||
|
|
Loading…
Add table
Reference in a new issue