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
commit 75297010f5
1 changed files with 0 additions and 2 deletions

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