Remove unused LOG to keep code clean
TrivialFix Change-Id: I2e1985306da45f8f9021122590ffdc8b5d44f476
This commit is contained in:
parent
e660cea228
commit
cf4acdf6f7
@ -14,8 +14,6 @@ import hashlib
|
||||
import json
|
||||
import random
|
||||
|
||||
from oslo_log import log as logging
|
||||
|
||||
from six.moves.urllib import parse
|
||||
from swiftclient import utils as swiftclient_utils
|
||||
import yaml
|
||||
@ -23,8 +21,6 @@ import yaml
|
||||
from heat_integrationtests.common import test
|
||||
from heat_integrationtests.functional import functional_base
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class AwsStackTest(functional_base.FunctionalTestsBase):
|
||||
test_template = '''
|
||||
|
@ -10,12 +10,9 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
from oslo_log import log as logging
|
||||
|
||||
from heat_integrationtests.functional import functional_base
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class LoadBalancerv2Test(functional_base.FunctionalTestsBase):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user