cleanup imports

This commit is contained in:
dbxnr 2020-02-13 17:56:34 +00:00
parent 9bbc38b7ce
commit 44b61dd585

View file

@ -6,10 +6,7 @@ import sys
import re
from datetime import datetime
from itertools import filterfalse
from jrnl import Entry
from jrnl import util
from jrnl import time
from jrnl import Entry, util, time
log = logging.getLogger(__name__)