short isn't a filter

This commit is contained in:
Jonathan Wren 2020-07-02 20:52:29 -07:00
parent 1ef9f1aa5d
commit 5564d6a5a4
2 changed files with 0 additions and 2 deletions

View file

@ -190,7 +190,6 @@ class Journal:
end_date=None,
starred=False,
strict=False,
short=False,
contains=None,
exclude=[],
):

View file

@ -245,7 +245,6 @@ Python 3.7 (or higher) soon.
start_date=args.start_date,
end_date=args.end_date,
strict=args.strict,
short=args.short,
starred=args.starred,
exclude=args.excluded,
contains=args.contains,