From 6d269238844786726fbb4e68058b1c866f0bc15c Mon Sep 17 00:00:00 2001 From: LiuNanke Date: Wed, 6 Jan 2016 23:12:42 +0800 Subject: [PATCH] Remove unused import logging The code is not useful. Change-Id: I007179b0cd06a161cf255244e69a7820c9cbdd0a Closes-bug: #1529541 --- barbicanclient/osc_plugin.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/barbicanclient/osc_plugin.py b/barbicanclient/osc_plugin.py index 95f70761..0bf390b1 100644 --- a/barbicanclient/osc_plugin.py +++ b/barbicanclient/osc_plugin.py @@ -10,11 +10,8 @@ # License for the specific language governing permissions and limitations # under the License. -import logging - from barbicanclient import client -LOG = logging.getLogger(__name__) DEFAULT_API_VERSION = '1' API_VERSION_OPTION = 'os_key_manager_api_version'