Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit d6e6889

Browse files
1 parent 8f6b8c1 commit d6e6889

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

google/cloud/firestore_v1/async_transaction.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,9 @@ async def _pre_commit(
299299
self.retry_id = self.current_id
300300
return await self.to_wrap(transaction, *args, **kwargs)
301301

302-
async def __call__(self, transaction: AsyncTransaction, *args: P.args, **kwargs: P.kwargs) -> T:
302+
async def __call__(
303+
self, transaction: AsyncTransaction, *args: P.args, **kwargs: P.kwargs
304+
) -> T:
303305
"""Execute the wrapped callable within a transaction.
304306
305307
Args:

0 commit comments

Comments
 (0)