Skip to content

Commit 6203e2d

Browse files
committed
fix flake8 error
1 parent 66ba6d3 commit 6203e2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd2/cmd2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3171,7 +3171,6 @@ def do_help(self, args: argparse.Namespace) -> None:
31713171
# Set apply_style to False so help_error's style is not overridden
31723172
self.perror(err_msg, apply_style=False)
31733173

3174-
31753174
def _help_menu(self, verbose: bool = False) -> None:
31763175
"""Show a list of commands which help can be displayed for"""
31773176
cmds_cats, cmds_doc, cmds_undoc, help_topics = self._build_command_info()

0 commit comments

Comments
 (0)