Merge "remove unused LOG"

This commit is contained in:
Jenkins
2016-07-15 13:14:13 +00:00
committed by Gerrit Code Review

View File

@@ -17,15 +17,10 @@
"""Manage access to the clients, including authenticating when needed. """Manage access to the clients, including authenticating when needed.
""" """
import logging
from tackerclient import client from tackerclient import client
from tackerclient.tacker import client as tacker_client from tackerclient.tacker import client as tacker_client
LOG = logging.getLogger(__name__)
class ClientCache(object): class ClientCache(object):
"""Descriptor class for caching created client handles.""" """Descriptor class for caching created client handles."""