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:
Cao Xuan Hoang
2016-08-24 16:25:50 +07:00
parent ca9038628e
commit 3bb531e543

View File

@@ -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