Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 ```
- Loading branch information