Incorrect type annotation(s) in AsyncTransaction constructor #537
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
The type annotation for
client
inAsyncTransaction
constructor should be...async_client.AsyncClient
, not...client.Client
:python-firestore/google/cloud/firestore_v1/async_transaction.py
Line 56 in 3f1fd36
I can submit a PR to fix this.
I am not sure if the annotation for
_commit_with_retry
python-firestore/google/cloud/firestore_v1/async_transaction.py
Line 346 in 3f1fd36
The text was updated successfully, but these errors were encountered: