summaryrefslogtreecommitdiff
path: root/heatclient
diff options
context:
space:
mode:
Diffstat (limited to 'heatclient')
-rw-r--r--heatclient/v1/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heatclient/v1/shell.py b/heatclient/v1/shell.py
index 04ebf44..ce6272b 100644
--- a/heatclient/v1/shell.py
+++ b/heatclient/v1/shell.py
@@ -740,7 +740,7 @@ def do_output_list(hc, args):
@utils.arg('--with-detail', default=False, action="store_true",
help=_('Enable detail information presented, like '
'key and description.'))
-def do_output_show(hc, args):
+def do_output_show(hc, args): # noqa: C901
"""Show a specific stack output."""
show_deprecated('heat output-show', 'openstack stack output show')