mypy issues #773
Labels
api: firestore
Issues related to the googleapis/python-firestore API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Milestone
Currently, mypy is just testing the
google.cloud.firestore
module, which is mostly empty. If changed to testgoogle.cloud.firestore_v1
, errors come up. We should resolve all typing issues with the libraryOne option is to completely wipe the type annotations and start fresh, slowly adding them back over time
Or, we can fix it one file at a time, as we touch different areas of the code
The text was updated successfully, but these errors were encountered: