mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
cleanup imports
This commit is contained in:
parent
9bbc38b7ce
commit
44b61dd585
1 changed files with 1 additions and 4 deletions
|
@ -6,10 +6,7 @@ import sys
|
||||||
import re
|
import re
|
||||||
|
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
from itertools import filterfalse
|
from jrnl import Entry, util, time
|
||||||
from jrnl import Entry
|
|
||||||
from jrnl import util
|
|
||||||
from jrnl import time
|
|
||||||
|
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue