TrivialFix: Remove cfg import unused
This patch removes cfg import unused in cinder/api/v3/messages.py Change-Id: I380556cbdf90d1c1fd144885562c8c3c9771dcb2
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
"""The messages API."""
|
||||
|
||||
|
||||
from oslo_config import cfg
|
||||
import webob
|
||||
|
||||
from cinder.api import common
|
||||
@@ -23,7 +22,6 @@ from cinder.message import api as message_api
|
||||
from cinder.message import defined_messages
|
||||
import cinder.policy
|
||||
|
||||
CONF = cfg.CONF
|
||||
|
||||
MESSAGES_BASE_MICRO_VERSION = '3.3'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user