py.typed
but no type annotations
#849
Labels
api: logging
Issues related to the googleapis/python-logging API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
google.cloud.logging_v2 contains
apy.typed
file but the package does not provide type annotations.Hence, code like this:
will trigger this error in Pyright:
My interpretation of the meaning of
py.typed
is "this package has type annotations that should be use by the type checker for code importing this package".Is there any plan to provide type annotations?
The text was updated successfully, but these errors were encountered: