Trivial: Remove unused logging import
Change-Id: I17b021de2bc2bb5f0797bc0b5a7b4d80eac78c95
This commit is contained in:
@@ -10,16 +10,11 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
import logging
|
||||
|
||||
import yaml
|
||||
|
||||
from heat_integrationtests.functional import functional_base
|
||||
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class HooksTest(functional_base.FunctionalTestsBase):
|
||||
|
||||
def setUp(self):
|
||||
|
||||
Reference in New Issue
Block a user