summaryrefslogtreecommitdiff
path: root/cmd2/argparse_custom.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2020-02-07 17:04:24 -0500
committerGitHub <noreply@github.com>2020-02-07 17:04:24 -0500
commit5def049472e1c261ad78ff56c5d5b3c6332e9bab (patch)
tree9750793bab06c519362712ee3e4c56ff7c7fc662 /cmd2/argparse_custom.py
parent3f075900264fee32c356aac3d03b2568664ba684 (diff)
parent715af6059d06521c8f0054007a1105d211402d63 (diff)
downloadcmd2-git-5def049472e1c261ad78ff56c5d5b3c6332e9bab.tar.gz
Merge pull request #877 from python-cmd2/changelog_fix
Changelog fix for removed ansi.FG_COLORS and ansi.BG_COLORS
Diffstat (limited to 'cmd2/argparse_custom.py')
-rw-r--r--cmd2/argparse_custom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/argparse_custom.py b/cmd2/argparse_custom.py
index f735498d..a0e05ae9 100644
--- a/cmd2/argparse_custom.py
+++ b/cmd2/argparse_custom.py
@@ -529,7 +529,7 @@ argparse.ArgumentParser._match_argument = _match_argument_wrapper
############################################################################################################
-# noinspection PyCompatibility,PyShadowingBuiltins,PyShadowingBuiltins
+# noinspection PyCompatibility,PyShadowingBuiltins
class Cmd2HelpFormatter(argparse.RawTextHelpFormatter):
"""Custom help formatter to configure ordering of help text"""