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:
Cao Xuan Hoang
2016-08-25 08:32:50 +07:00
parent 75297010f5
commit fb688a7d42
-2
View File
@@ -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'