remove unused import

This commit is contained in:
Dustin J. Mitchell 2011-07-10 21:32:20 -05:00
parent e7195ffbf4
commit 6e5f5c4b0c

View File

@ -5,7 +5,6 @@
import logging
import sqlalchemy
from migrate.changeset import SQLA_06
from sqlalchemy.types import Float
log = logging.getLogger(__name__)