mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +02:00
Lint
This commit is contained in:
parent
0a20106964
commit
4aab69f59c
1 changed files with 1 additions and 0 deletions
|
@ -304,6 +304,7 @@ def _mock_time_parse(context):
|
|||
def wrapper(input, *args, **kwargs):
|
||||
input = context.now if input == "now" else input
|
||||
return original_parse(input, *args, **kwargs)
|
||||
|
||||
return wrapper
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue