remove unused between import

This commit is contained in:
Unknown 2018-06-13 03:35:24 +02:00
parent f9bb652034
commit 5829fcc366

View File

@ -2,7 +2,7 @@ import logging
import warnings import warnings
import threading import threading
from sqlalchemy.sql import and_, between, expression from sqlalchemy.sql import and_, expression
from sqlalchemy.sql.expression import ClauseElement from sqlalchemy.sql.expression import ClauseElement
from sqlalchemy.schema import Column, Index from sqlalchemy.schema import Column, Index
from sqlalchemy import func, select, false from sqlalchemy import func, select, false