Remove logging import unused

This patch removes logging import unused in
heat_cfnclient/common/utils.py

Change-Id: Ifded64704235422b25e9a2410669d42d604ac7f1
This commit is contained in:
Cao Xuan Hoang 2016-11-15 16:18:16 +07:00
parent 8c0fdb18fc
commit f19a89df9d
1 changed files with 0 additions and 4 deletions

View File

@ -20,10 +20,6 @@
System-level utilities and helper functions.
"""
from oslo_log import log as logging
LOG = logging.getLogger(__name__)
def chunkreadable(iter, chunk_size=65536):
"""