From 0d2835b350690adf59a11315c00ee239f7a66e92 Mon Sep 17 00:00:00 2001 From: Cady_Chen Date: Thu, 20 Oct 2016 16:35:50 +0800 Subject: [PATCH] Remove logging import unused removes logging import unused Change-Id: I5c1f23dcb32e89fcbd25f74dcde8e99ad337737b --- cinder/tests/tempest/api/volume/test_consistencygroups.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cinder/tests/tempest/api/volume/test_consistencygroups.py b/cinder/tests/tempest/api/volume/test_consistencygroups.py index 5f3af2e..44c9938 100644 --- a/cinder/tests/tempest/api/volume/test_consistencygroups.py +++ b/cinder/tests/tempest/api/volume/test_consistencygroups.py @@ -14,7 +14,6 @@ # License for the specific language governing permissions and limitations # under the License. -from oslo_log import log as logging from tempest.api.volume import base from tempest.common import waiters from tempest import config @@ -24,7 +23,6 @@ from tempest import test from cinder.tests.tempest import cinder_clients CONF = config.CONF -LOG = logging.getLogger(__name__) class ConsistencyGroupsV2Test(base.BaseVolumeAdminTest):