mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +02:00
remove unused imports
This commit is contained in:
parent
77646eaa1a
commit
b82391deaa
1 changed files with 3 additions and 3 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue