From 3cf93f7f640ef04a1be31d515c19cffec19cec45 Mon Sep 17 00:00:00 2001 From: Cao Xuan Hoang Date: Wed, 31 Aug 2016 15:14:45 +0700 Subject: [PATCH] TrivialFix: Remove logging import unused This patch removes logging import unused in Change-Id: I7534e211c1bb1a581a7eba552e563ef52dffade4 --- searchlightclient/osc/plugin.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/searchlightclient/osc/plugin.py b/searchlightclient/osc/plugin.py index 0e3633d..de2e040 100644 --- a/searchlightclient/osc/plugin.py +++ b/searchlightclient/osc/plugin.py @@ -15,8 +15,6 @@ import logging from osc_lib import utils -LOG = logging.getLogger(__name__) - DEFAULT_SEARCH_API_VERSION = '1' API_VERSION_OPTION = 'os_search_api_version' API_NAME = 'search'