diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-02-07 01:42:06 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-02-07 01:42:06 -0500 |
commit | b8633ef4ed2b9667942b81d294ada04c9f0d38aa (patch) | |
tree | 7b206cb42981135880df3ebf2dfee0e618ba0981 /cmd2/argparse_custom.py | |
parent | 2ec5b6fa40be8ae08489277924d247272991bc8c (diff) | |
download | cmd2-git-b8633ef4ed2b9667942b81d294ada04c9f0d38aa.tar.gz |
Removed repeated Pycharm warning suppression
Diffstat (limited to 'cmd2/argparse_custom.py')
-rw-r--r-- | cmd2/argparse_custom.py | 2 |
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""" |