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
1 changed files with 0 additions and 3 deletions

View File

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