Trivial: Remove unused logging import

Change-Id: I17b021de2bc2bb5f0797bc0b5a7b4d80eac78c95
This commit is contained in:
Bo Wang
2015-12-26 11:28:20 +08:00
parent 7ae4b3212d
commit bb79efeb49

View File

@@ -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):