Remove unused logging import

Change-Id: I29970ca935c4d39d0e26b2a15385399da780b581
This commit is contained in:
Hanxi 2016-09-06 20:44:03 +08:00
parent 910189c3d3
commit 64ca981bc6
1 changed files with 0 additions and 3 deletions

View File

@ -17,7 +17,6 @@ import copy
import errno
import os
from oslo_log import log as logging
from oslo_serialization import jsonutils as json
import six
from six.moves.urllib import parse as urllib
@ -26,8 +25,6 @@ from tempest.lib import exceptions as lib_exc
from ceilometer.tests.tempest.service.images import glance_http
LOG = logging.getLogger(__name__)
class ImagesClient(rest_client.RestClient):