Remove extra imports

This commit is contained in:
Tim Bentley 2011-08-27 07:07:30 +01:00
parent 01128d4dc7
commit 9de4c0c118
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ The :mod:`upgrade` module provides a way for the database and schema that is the
backend for the SongsUsage plugin
"""
from sqlalchemy import Column, ForeignKey, Table, types
from sqlalchemy import Column, Table, types
from migrate import changeset
from migrate.changeset.constraint import ForeignKeyConstraint