Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Mypy Linter Errors in plotting.py (#405)
Summary: This PR resolves mypy linter issues in `plotting.py` by adding `None` checks for `strat.model`, providing a missing type hint for the `locs` variable, and updating `matplotlib.markers` to use a string digit instead of an integer. This was done because adding more strict type hints in other parts of the code revealed these errors, which need to be fixed before proceeding with #403 . Pull Request resolved: #405 Reviewed By: crasanders Differential Revision: D64415474 Pulled By: JasonKChow fbshipit-source-id: 1bbb3cc28d7c15b193404f2ca6407a6996d4d062
- Loading branch information