add and run isort

This commit is contained in:
Jonathan Wren 2022-06-25 13:25:16 -07:00
parent 3fd109b6cd
commit f8d0467db8
37 changed files with 183 additions and 162 deletions

View file

@ -1,15 +1,15 @@
# Copyright (C) 2012-2022 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
import random
import string
from unittest import mock
import pytest
import random
import string
import jrnl
from jrnl.jrnl import _display_search_results
from jrnl.args import parse_args
from jrnl.jrnl import _display_search_results
@pytest.fixture