Trival: Remove unused logging import in some files
In some files, oslo_log.log has been imported but not used. Need to remove it. Change-Id: I35fa9166f4c78d0b2d549f9b55f8b7a2078b5866
This commit is contained in:
@@ -14,8 +14,6 @@
|
||||
# under the License.
|
||||
|
||||
|
||||
from oslo_log import log as logging
|
||||
|
||||
from tempest import config
|
||||
from tempest import exceptions
|
||||
from tempest.scenario import manager
|
||||
@@ -23,8 +21,6 @@ from tempest import test
|
||||
|
||||
CONF = config.CONF
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class TestServerMultinode(manager.ScenarioTest):
|
||||
"""This is a set of tests specific to multinode testing."""
|
||||
|
||||
Reference in New Issue
Block a user