summaryrefslogtreecommitdiff
path: root/cmd2/argparse_custom.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-02-07 01:42:06 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-02-07 01:42:06 -0500
commitb8633ef4ed2b9667942b81d294ada04c9f0d38aa (patch)
tree7b206cb42981135880df3ebf2dfee0e618ba0981 /cmd2/argparse_custom.py
parent2ec5b6fa40be8ae08489277924d247272991bc8c (diff)
downloadcmd2-git-b8633ef4ed2b9667942b81d294ada04c9f0d38aa.tar.gz
Removed repeated Pycharm warning suppression
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"""