Remove unused config.CONF
unused config.CONF can be removed to keep code cleaner. Change-Id: I8cf3d871e484b73976c9839d35124db69b24ba20
This commit is contained in:
parent
f7a254ae2e
commit
b63d4fd6a7
@ -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."""
|
||||
|
Loading…
Reference in New Issue
Block a user