remove unused import

This commit is contained in:
John Glover 2011-12-19 09:50:56 +00:00
parent c9e8a6b5d9
commit 165a3fd055
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
from sqlalchemy import Table, Column, Integer, String, MetaData from sqlalchemy import Table, Column, Integer, String, MetaData
from sqlalchemy.sql import select, insert, text from sqlalchemy.sql import select, text
from sqlalchemy import func from sqlalchemy import func
import ckan.model as model import ckan.model as model