Fix "import xx as xx" grammer
This is to fix the redundant "import xx as xx" grammer. Change-Id: Icbb458dbb370d22eef4f044ddaeb3f21b6b128e9
This commit is contained in:
parent
4035e00ae9
commit
9d167ebf1c
@ -26,7 +26,7 @@ from oslo_log import log
|
||||
from oslo_reports import guru_meditation_report as gmr
|
||||
from oslo_service import service
|
||||
|
||||
from ironic.common import profiler as profiler
|
||||
from ironic.common import profiler
|
||||
from ironic.common import rpc_service
|
||||
from ironic.common import service as ironic_service
|
||||
from ironic import version
|
||||
|
@ -16,7 +16,7 @@ import datetime
|
||||
import json
|
||||
|
||||
from cinderclient import exceptions as cinder_exceptions
|
||||
from cinderclient.v3 import client as client
|
||||
from cinderclient.v3 import client
|
||||
from oslo_log import log
|
||||
|
||||
from ironic.common import exception
|
||||
|
Loading…
x
Reference in New Issue
Block a user