summaryrefslogtreecommitdiff
path: root/bin/heat-engine
diff options
context:
space:
mode:
Diffstat (limited to 'bin/heat-engine')
-rwxr-xr-xbin/heat-engine3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/heat-engine b/bin/heat-engine
index a25f11aef..47348dbd6 100755
--- a/bin/heat-engine
+++ b/bin/heat-engine
@@ -41,7 +41,6 @@ from heat.common import profiler
from heat.engine import template
from heat.openstack.common import log as logging
from heat.openstack.common import service
-
from heat.rpc import api as rpc_api
i18n.enable_lazy()
@@ -62,7 +61,7 @@ if __name__ == '__main__':
if not mgr or not mgr.names():
sys.exit("ERROR: No template format plugins registered")
- from heat.engine import service as engine
+ from heat.engine import service as engine # noqa
profiler.setup('heat-engine', cfg.CONF.host)
srv = engine.EngineService(cfg.CONF.host, rpc_api.ENGINE_TOPIC)