Merge "delete unused LOG in some files"

This commit is contained in:
Jenkins 2016-08-29 11:25:40 +00:00 committed by Gerrit Code Review
commit 182dfa76d5
2 changed files with 0 additions and 4 deletions

View File

@ -14,7 +14,6 @@
# limitations under the License. # limitations under the License.
from oslo_config import cfg from oslo_config import cfg
from oslo_log import log as logging
from sahara import conductor as c from sahara import conductor as c
from sahara import exceptions as ex from sahara import exceptions as ex
@ -22,7 +21,6 @@ from sahara.i18n import _
conductor = c.API conductor = c.API
LOG = logging.getLogger(__name__)
CONF = cfg.CONF CONF = cfg.CONF

View File

@ -14,9 +14,7 @@
# limitations under the License. # limitations under the License.
from oslo_config import cfg from oslo_config import cfg
from oslo_log import log as logging
LOG = logging.getLogger(__name__)
CONF = cfg.CONF CONF = cfg.CONF