summaryrefslogtreecommitdiff
path: root/heatclient/shell.py
diff options
context:
space:
mode:
authorAngus Salkeld <asalkeld@redhat.com>2013-06-27 13:22:07 +1000
committerAngus Salkeld <asalkeld@redhat.com>2013-06-27 13:22:07 +1000
commita77fd1348d39cbcc6484c165a098182597048d8c (patch)
tree06c6eeb3dd23ce1ffe7baa51ee444c69ef7bb15b /heatclient/shell.py
parent2fcd4570f35ed13981e8dc7b7eb7b6cc646e531a (diff)
downloadpython-heatclient-a77fd1348d39cbcc6484c165a098182597048d8c.tar.gz
Fix all but H302 hacking rules.
Change-Id: Iac329617428b851df42579d5bd0b299d2f6e2c0a
Diffstat (limited to 'heatclient/shell.py')
-rw-r--r--heatclient/shell.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/heatclient/shell.py b/heatclient/shell.py
index e51bacf..8311df4 100644
--- a/heatclient/shell.py
+++ b/heatclient/shell.py
@@ -322,9 +322,7 @@ class HeatShell(object):
@utils.arg('command', metavar='<subcommand>', nargs='?',
help='Display help for <subcommand>')
def do_help(self, args):
- """
- Display help about this program or one of its subcommands.
- """
+ """Display help about this program or one of its subcommands."""
if getattr(args, 'command', None):
if args.command in self.subcommands:
self.subcommands[args.command].print_help()