remove unused imports

This commit is contained in:
Suhas 2021-01-23 12:16:07 -05:00
parent 77646eaa1a
commit b82391deaa

View file

@ -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()