Enable checking for imports in alphabetical order
And fix existing alphabetical ordering problems Change-Id: I3ab887e118adc8022c84ff7230e7cc2d261804f6
This commit is contained in:
@@ -19,8 +19,8 @@ Unit Tests for rpc.dispatcher
|
||||
"""
|
||||
|
||||
from nova import context
|
||||
from nova.rpc import dispatcher
|
||||
from nova.rpc import common as rpc_common
|
||||
from nova.rpc import dispatcher
|
||||
from nova import test
|
||||
|
||||
|
||||
|
||||
@@ -17,15 +17,15 @@
|
||||
|
||||
"""Tests For miscellaneous util methods used with volume."""
|
||||
|
||||
from nova import context
|
||||
from nova import db
|
||||
from nova import flags
|
||||
from nova import context
|
||||
from nova import test
|
||||
from nova import log as logging
|
||||
import nova.image.fake
|
||||
from nova.volume import utils as volume_utils
|
||||
from nova import log as logging
|
||||
from nova.notifier import test_notifier
|
||||
from nova.openstack.common import importutils
|
||||
from nova import test
|
||||
from nova.volume import utils as volume_utils
|
||||
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
Reference in New Issue
Block a user