Fix pep8 issues with import order
TrivialFix to unblock gate. Change-Id: Iba94d636907215091e6193824f67bae1a731c463
This commit is contained in:
parent
0e61c281c0
commit
4692ac30ec
@ -19,15 +19,16 @@ Create Date: 2017-08-31 13:50:28.324422
|
||||
|
||||
"""
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = 'a589fdb5724c'
|
||||
down_revision = '4cf8bc3edb66'
|
||||
|
||||
from alembic import op
|
||||
import sqlalchemy as sa
|
||||
|
||||
from neutron.db import migration
|
||||
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = 'a589fdb5724c'
|
||||
down_revision = '4cf8bc3edb66'
|
||||
|
||||
# milestone identifier, used by neutron-db-manage
|
||||
neutron_milestone = [migration.QUEENS]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user