From 1e3faf9f64f36df351a15bd444d3024d9a7beeff Mon Sep 17 00:00:00 2001 From: Anh Tran Date: Mon, 20 Feb 2017 10:20:02 +0700 Subject: Remove unused logging import Change-Id: I9edf4075ffea2e8d42283bd654b74cd4ab4a3638 --- openstackclient/common/client_config.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'openstackclient/common') diff --git a/openstackclient/common/client_config.py b/openstackclient/common/client_config.py index ad037481..5e139596 100644 --- a/openstackclient/common/client_config.py +++ b/openstackclient/common/client_config.py @@ -13,15 +13,10 @@ """OpenStackConfig subclass for argument compatibility""" -import logging - from os_client_config import exceptions as occ_exceptions from osc_lib.cli import client_config -LOG = logging.getLogger(__name__) - - # Sublcass OpenStackConfig in order to munge config values # before auth plugins are loaded class OSC_Config(client_config.OSC_Config): -- cgit v1.2.1