Fix "import xxx as xxx" grammar
This is to fix "import xxx as xxx" grammar. Change-Id: I7322f19ac617c03812f4a2b3c5a197cfbdd58bf2
This commit is contained in:
parent
321d005bfd
commit
912aecc185
@ -27,7 +27,7 @@ from keystoneauth1 import session as ks_session
|
||||
from cinder import context
|
||||
from cinder import coordination
|
||||
from cinder import objects
|
||||
from cinder.volume import volume_migration as volume_migration
|
||||
from cinder.volume import volume_migration
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
|
@ -83,7 +83,7 @@ from cinder.volume.flows.manager import manage_existing_snapshot
|
||||
from cinder.volume import group_types
|
||||
from cinder.volume import rpcapi as volume_rpcapi
|
||||
from cinder.volume import utils as vol_utils
|
||||
from cinder.volume import volume_migration as volume_migration
|
||||
from cinder.volume import volume_migration
|
||||
from cinder.volume import volume_types
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user