Merge "Remove unused logging import"

This commit is contained in:
Jenkins 2017-02-27 17:24:54 +00:00 committed by Gerrit Code Review
commit 68e56ab408
2 changed files with 0 additions and 6 deletions

View File

@ -13,7 +13,6 @@
# under the License.
from oslo_log import log as logging
from oslo_serialization import jsonutils
from oslo_utils import uuidutils
from oslo_utils import versionutils
@ -28,7 +27,6 @@ from nova.objects import fields
from nova.objects import pci_device_pool
CONF = nova.conf.CONF
LOG = logging.getLogger(__name__)
@base.NovaObjectRegistry.register

View File

@ -16,7 +16,6 @@
import fixtures
import requests
from oslo_log import log as logging
from oslo_serialization import jsonutils
from oslo_utils import uuidutils
@ -26,9 +25,6 @@ from nova import test
from nova.tests import fixtures as nova_fixtures
LOG = logging.getLogger(__name__)
class fake_result(object):
def __init__(self, result):
self.status_code = 200