mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-18 03:58:32 +02:00
Adjust new plugin imports
This commit is contained in:
parent
84e79be2db
commit
c2bc75b07e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from jrnl.exception import JrnlError
|
from jrnl.exception import JrnlError
|
||||||
from jrnl.plugins.fancy_exporter import check_provided_linewrap_viability
|
from jrnl.plugins.util import check_provided_linewrap_viability
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture()
|
@pytest.fixture()
|
||||||
|
|
Loading…
Add table
Reference in a new issue