Skip to content

Commit b8633ef

Browse files
committed
Removed repeated Pycharm warning suppression
1 parent 2ec5b6f commit b8633ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd2/argparse_custom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ def _match_argument_wrapper(self, action, arg_strings_pattern) -> int:
529529
############################################################################################################
530530

531531

532-
# noinspection PyCompatibility,PyShadowingBuiltins,PyShadowingBuiltins
532+
# noinspection PyCompatibility,PyShadowingBuiltins
533533
class Cmd2HelpFormatter(argparse.RawTextHelpFormatter):
534534
"""Custom help formatter to configure ordering of help text"""
535535

0 commit comments

Comments
 (0)