From b63d4fd6a71cfa62469888b9d5fa9d92461fe949 Mon Sep 17 00:00:00 2001 From: LiuNanke Date: Thu, 29 Sep 2016 13:28:13 +0800 Subject: [PATCH] Remove unused config.CONF unused config.CONF can be removed to keep code cleaner. Change-Id: I8cf3d871e484b73976c9839d35124db69b24ba20 --- sahara/utils/wsgi.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/sahara/utils/wsgi.py b/sahara/utils/wsgi.py index e940ce58..d9c2b480 100644 --- a/sahara/utils/wsgi.py +++ b/sahara/utils/wsgi.py @@ -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."""