small fixes

This commit is contained in:
James Powell
2018-10-16 04:43:25 -04:00
parent 3088032ad8
commit 7aa343b767
5 changed files with 30 additions and 230 deletions

View File

@@ -16,7 +16,6 @@ try:
from xlrd import open_workbook, XL_CELL_EMPTY
except ModuleNotFoundError:
exit('Required: `pip install xlrd`')
from argparse import ArgumentParser
from collections import namedtuple
from logging import getLogger, basicConfig, CRITICAL, DEBUG, INFO
from json import dumps