Enable H40* rules in pep/flake
First part of pep/flake fixies, that enables H40* group of rules. Change-Id: Ia85b49645b3bf634e99877855e6b31a404331b7f Related-Bug: #1333290
This commit is contained in:
@@ -432,9 +432,7 @@ class OpenStackManilaShell(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 args.command:
|
||||
if args.command in self.subcommands:
|
||||
self.subcommands[args.command].print_help()
|
||||
|
||||
Reference in New Issue
Block a user