Merge "Remove unused logging import"
This commit is contained in:
commit
68e56ab408
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user