From 0f4a1a2323740c14628538c17aa5ad7fe0d10db3 Mon Sep 17 00:00:00 2001 From: Feng Shengqin Date: Thu, 20 Apr 2017 14:51:33 +0800 Subject: [PATCH] Remove unused LOG Removing unused LOG to keep code clean. Change-Id: I87dd983882dcaff577c7a762d492e1b7baddfd79 --- zun_tempest_plugin/tests/tempest/base.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/zun_tempest_plugin/tests/tempest/base.py b/zun_tempest_plugin/tests/tempest/base.py index 4de22e3..2d02337 100644 --- a/zun_tempest_plugin/tests/tempest/base.py +++ b/zun_tempest_plugin/tests/tempest/base.py @@ -12,12 +12,10 @@ # See the License for the specific language governing permissions and # limitations under the License. -from oslo_log import log from tempest import config from tempest import test CONF = config.CONF -lOG = log.getLogger(__name__) class BaseZunTest(test.BaseTestCase):