Remove unneeded imports
This commit is contained in:
parent
4ea6f724c4
commit
855cc36057
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue