googlemaps / googlemaps/google-maps-services-python
Add support for mypy and typing
Open
triage me
type: feature request
- Dominant language
- Python
- Stars
- 5k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
currently mypy complains on using this library.
This can be fixed by asking mypy to ignore typing for this library (using `# type: ignore`)
Can type hints be added in the library?
Ref: PEP-484, PEP-561
Contributor guide
Assessment
This issue has not been assessed yet.