Merge "Remove unused LOG var in test_stamp_pattern.py"

This commit is contained in:
Zuul 2020-12-09 12:18:41 +00:00 committed by Gerrit Code Review
commit dd84940a81
1 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from oslo_log import log as logging
import testtools
from tempest.common import utils
@ -24,7 +23,6 @@ from tempest.lib import exceptions as lib_exc
from tempest.scenario import manager
CONF = config.CONF
LOG = logging.getLogger(__name__)
class TestStampPattern(manager.ScenarioTest):