Remove unused LOG to keep code clean
TrivialFix Change-Id: I8abe5c432226490991830ce3b2e6172e99c386a2
This commit is contained in:
parent
fe273366d5
commit
d28b4c57c6
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user