Merge "Remove unused LOG to keep code clean"

This commit is contained in:
Jenkins 2016-08-16 23:39:18 +00:00 committed by Gerrit Code Review
commit 95e21604ba

View File

@ -20,15 +20,11 @@ import datetime
from oslo_context import context as oslo_context
from oslo_db.sqlalchemy import enginefacade
from oslo_log import log as logging
from tacker.db import api as db_api
from tacker import policy
LOG = logging.getLogger(__name__)
class ContextBase(oslo_context.RequestContext):
"""Security context and request information.