Apply isort Mk II (#942)

* Apply isort!
This commit is contained in:
MinchinWeb 2020-05-09 14:14:43 -06:00 committed by GitHub
parent 1cc3f80ba9
commit cfadcd39ca
24 changed files with 107 additions and 89 deletions

View file

@ -1,12 +1,12 @@
#!/usr/bin/env python
from datetime import datetime
import logging
import os
import sys
import re
import sys
from datetime import datetime
from jrnl import Entry, util, time
from jrnl import Entry, time, util
log = logging.getLogger(__name__)