TrivialFix: Remove logging import unused
This patch removes logging import unused in cinder/objects/request_spec.py Change-Id: I95783e38ad788a5744727149efbb436ddbca11b4
This commit is contained in:
@@ -13,14 +13,12 @@
|
||||
# under the License.
|
||||
|
||||
from oslo_config import cfg
|
||||
from oslo_log import log as logging
|
||||
from oslo_versionedobjects import fields
|
||||
|
||||
from cinder import objects
|
||||
from cinder.objects import base
|
||||
|
||||
CONF = cfg.CONF
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
|
||||
@base.CinderObjectRegistry.register
|
||||
|
||||
Reference in New Issue
Block a user