Remove logging import unused
This patch removes logging import unused in keystone/assignment/backends/base.py keystone/resource/backends/base.py Change-Id: I72bc4289dcc80da3d29f7808c882e0d71ccc1dc8
This commit is contained in:
parent
9c474958b1
commit
815bdfbbbf
@ -14,7 +14,6 @@
|
||||
|
||||
import abc
|
||||
|
||||
from oslo_log import log
|
||||
import six
|
||||
|
||||
import keystone.conf
|
||||
@ -22,7 +21,6 @@ from keystone import exception
|
||||
|
||||
|
||||
CONF = keystone.conf.CONF
|
||||
LOG = log.getLogger(__name__)
|
||||
|
||||
|
||||
@six.add_metaclass(abc.ABCMeta)
|
||||
|
@ -14,7 +14,6 @@
|
||||
|
||||
import abc
|
||||
|
||||
from oslo_log import log
|
||||
import six
|
||||
|
||||
import keystone.conf
|
||||
@ -22,7 +21,6 @@ from keystone import exception
|
||||
|
||||
|
||||
CONF = keystone.conf.CONF
|
||||
LOG = log.getLogger(__name__)
|
||||
|
||||
|
||||
def get_project_from_domain(domain_ref):
|
||||
|
Loading…
Reference in New Issue
Block a user