Update to the latest version of pytype #257
Labels
api: pubsublite
Issues related to the googleapis/python-pubsublite API.
type: cleanup
An internal cleanup or hygiene concern.
Owl bot PR #251 failed the pytype check with seemingly unrelated changes. It turns out that the check passes with an older version of pytype. I've pinned pytype to version
2021.09.09
, the last version where the check passes.Steps to reproduce
pytype==2021.09.09
pytype google/cloud/pubsublite/internal/constructable_from_service_account.py
pytype==2021.09.27
or a newer version ofpytype
pytype google/cloud/pubsublite/internal/constructable_from_service_account.py
The text was updated successfully, but these errors were encountered: