clean up linting issue

This commit is contained in:
Jonathan Wren 2020-08-01 15:41:54 -07:00
parent 7a25537da9
commit b78e375bd4
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A

View file

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