diff --git a/tests/test_config.py b/tests/test_config.py index 19ef3172..1f7672cc 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -1,12 +1,12 @@ -from typing import Any + import pytest -import pytest_mock + import mock import yaml from jrnl.args import parse_args from jrnl.jrnl import run -from jrnl import install, editor +from jrnl import install @pytest.fixture()