Remove unneeded imports

This commit is contained in:
Joseph Schorr 2016-08-11 17:16:31 -04:00
parent 4ea6f724c4
commit 855cc36057

View file

@ -1,6 +1,6 @@
import logging
from peewee import JOIN_LEFT_OUTER, fn, SQL, IntegrityError
from peewee import SQL, IntegrityError
from cachetools import lru_cache
from collections import namedtuple