forked from openlp/openlp
Remove extra imports
This commit is contained in:
parent
01128d4dc7
commit
9de4c0c118
@ -29,7 +29,7 @@ The :mod:`upgrade` module provides a way for the database and schema that is the
|
|||||||
backend for the SongsUsage plugin
|
backend for the SongsUsage plugin
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from sqlalchemy import Column, ForeignKey, Table, types
|
from sqlalchemy import Column, Table, types
|
||||||
from migrate import changeset
|
from migrate import changeset
|
||||||
from migrate.changeset.constraint import ForeignKeyConstraint
|
from migrate.changeset.constraint import ForeignKeyConstraint
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user