humps
humps copied to clipboard
fix(types): add __init__.pyi
Status
READY
Description
Without this file, one would get the following error when implicit_reexport
is disabled.
path:10: error: Module has no attribute "camelize"; maybe "decamelize"? [attr-defined]
Related PRs
https://github.com/nficano/humps/pull/189/files
Todos
- [ ] Tests
- [ ] Documentation
Deploy Notes
Notes regarding deployment the contained body of work. These should note any db migrations, etc.
Steps to Test or Reproduce
Outline the steps to test or reproduce the PR here.
git pull --prune
git checkout <feature_branch>
pytest
Impacted Areas in Application
List general components of the application that this PR will affect: