mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
clean up linting issue
This commit is contained in:
parent
1ebbcbbb7b
commit
a286435be8
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ import sys
|
|||
from . import install, plugins, util
|
||||
from .parse_args import parse_args
|
||||
from .Journal import PlainJournal, open_journal
|
||||
from .util import WARNING_COLOR, ERROR_COLOR, RESET_COLOR, UserAbort
|
||||
from .util import ERROR_COLOR, RESET_COLOR, UserAbort
|
||||
from .util import get_journal_name
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
|
Loading…
Add table
Reference in a new issue