diff options
author | Bambu <564972+bambu@users.noreply.github.com> | 2020-10-19 21:48:31 -0400 |
---|---|---|
committer | Bambu <564972+bambu@users.noreply.github.com> | 2020-10-19 21:48:31 -0400 |
commit | 6203e2d24ce974272ad57e397227bb393f0733ee (patch) | |
tree | e31892c5eb9f95dabd887e6f365a4d23512dd6de /cmd2 | |
parent | 66ba6d33fb3d3da11a46cc24cdfeb420b3d3c2cb (diff) | |
download | cmd2-git-6203e2d24ce974272ad57e397227bb393f0733ee.tar.gz |
fix flake8 error
Diffstat (limited to 'cmd2')
-rw-r--r-- | cmd2/cmd2.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py index 12332f87..dd1f4866 100644 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -3171,7 +3171,6 @@ class Cmd(cmd.Cmd): # Set apply_style to False so help_error's style is not overridden self.perror(err_msg, apply_style=False) - def _help_menu(self, verbose: bool = False) -> None: """Show a list of commands which help can be displayed for""" cmds_cats, cmds_doc, cmds_undoc, help_topics = self._build_command_info() |