mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
remove old comment
This commit is contained in:
parent
495956d907
commit
26484130c3
1 changed files with 0 additions and 3 deletions
|
@ -81,9 +81,6 @@ def we_run(
|
|||
stack.enter_context(mocks["datetime"])
|
||||
stack.enter_context(mocks["calendar_parse"])
|
||||
|
||||
# stack.enter_context(patch("datetime.datetime", new=mocks["datetime"]))
|
||||
# stack.enter_context(patch("jrnl.time.__get_pdt_calendar", return_value=mocks["calendar_parse"]))
|
||||
|
||||
stack.enter_context(
|
||||
patch("jrnl.install.get_config_path", return_value=config_path)
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue