mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-03 23:16:14 +02:00
more code clean up
tests pass locally...now for GitHub...
This commit is contained in:
parent
1fd04ad03d
commit
432681f8a3
5 changed files with 23 additions and 16 deletions
|
@ -1,8 +1,8 @@
|
|||
from jrnl.exception import JrnlError
|
||||
from jrnl.plugins.fancy_exporter import check_provided_linewrap_viability
|
||||
|
||||
import pytest
|
||||
|
||||
from jrnl.exception import JrnlError
|
||||
from jrnl.plugins.util import check_provided_linewrap_viability
|
||||
|
||||
|
||||
@pytest.fixture()
|
||||
def datestr():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue