Trivial:remove unused code

Change-Id: I8eac6869f0fe05ca348452e67d2b4855f11fbe60
This commit is contained in:
shizhihui 2016-11-20 14:32:00 +08:00
parent 5fe6a8bb1a
commit f6ec0af054

View File

@ -32,7 +32,6 @@ from heatclient import client as heat_client
from heatclient.common import utils
from heatclient import exc
logger = logging.getLogger(__name__)
osprofiler_profiler = importutils.try_import("osprofiler.profiler")