TrivialFix: Remove logging import unused

This patch removes logging import unused in

Change-Id: I7534e211c1bb1a581a7eba552e563ef52dffade4
This commit is contained in:
Cao Xuan Hoang 2016-08-31 15:14:45 +07:00
parent 10708d25a7
commit 3cf93f7f64
1 changed files with 0 additions and 2 deletions

View File

@ -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'