summaryrefslogtreecommitdiff
path: root/heat/cmd/api_cfn.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/cmd/api_cfn.py')
-rw-r--r--heat/cmd/api_cfn.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/heat/cmd/api_cfn.py b/heat/cmd/api_cfn.py
index 2a559a500..b632c0f14 100644
--- a/heat/cmd/api_cfn.py
+++ b/heat/cmd/api_cfn.py
@@ -18,6 +18,8 @@ translates it into a native representation. It then calls the heat-engine via
AMQP RPC to implement them.
"""
+# flake8: noqa: E402
+
import eventlet
eventlet.monkey_patch(os=False)