Remove unused logging import

Change-Id: I384312b3eba012367de794517b6eeb1828c35f3c
This commit is contained in:
Anh Tran 2017-02-17 15:17:51 +07:00
parent 227a4dff25
commit b3cbd71b1a
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