Organize imports in correct order
Organize imports in the way described in [1] [1]: http://docs.openstack.org/developer/hacking/#imports Change-Id: I53c1f7fa7271aaa953b72142f5cca8162aa06ff0 Partially-Bug: 1472597
This commit is contained in:
@@ -15,13 +15,13 @@
|
||||
|
||||
import json
|
||||
|
||||
import cfg
|
||||
import glanceclient
|
||||
|
||||
from murano.common import config
|
||||
import murano.dsl.helpers as helpers
|
||||
from murano.openstack.common import log as logging
|
||||
|
||||
import cfg
|
||||
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user