Merge "TrivialFix: Remove logging import unused"

This commit is contained in:
Jenkins
2016-08-25 01:13:32 +00:00
committed by Gerrit Code Review
-2
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