Remove unused config.CONF

unused config.CONF can be removed  to keep code cleaner.

Change-Id: I8cf3d871e484b73976c9839d35124db69b24ba20
This commit is contained in:
LiuNanke 2016-09-29 13:28:13 +08:00
parent f7a254ae2e
commit b63d4fd6a7

View File

@ -20,15 +20,12 @@
import datetime import datetime
from oslo_config import cfg
from oslo_serialization import jsonutils from oslo_serialization import jsonutils
import six import six
from sahara import exceptions from sahara import exceptions
from sahara.i18n import _ from sahara.i18n import _
CONF = cfg.CONF
class ActionDispatcher(object): class ActionDispatcher(object):
"""Maps method name to local methods through action name.""" """Maps method name to local methods through action name."""