You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning is:
```
cmd2/argparse_custom.py: note: In member "_print_message" of class "Cmd2ArgumentParser":
cmd2/argparse_custom.py:1364:44: error: Argument 2 of "_print_message" is incompatible with supertype "ArgumentParser"; supertype defines the argument type as "SupportsWrite[str] | None" [override]
cmd2/argparse_custom.py:1364:44: note: This violates the Liskov substitution principle
cmd2/argparse_custom.py:1364:44: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
```
0 commit comments