Related Issue: #<issue_number>
Type of change:
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
- This change requires a documentation update
- Other (please describe):
Description:
Pre-submission checklist:
- I have read the CONTRIBUTING.md file.
- I have signed off my commits using
git commit --signoff. - I have added tests that prove my fix is effective or that my feature works.
- I have updated the documentation (
README.md,CHANGELOG.md, etc.) as necessary. - I have run
pre-commitandtoxand all checks pass. - This pull request is ready to be reviewed.