Skip to content

Commit

Permalink
fix: bulk_writer default assignment (#565)
Browse files Browse the repository at this point in the history
Co-authored-by: Mariatta Wijaya <Mariatta@users.noreply.github.com>
  • Loading branch information
didi-rf and Mariatta authored May 26, 2022
1 parent 9c830fe commit 843c278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/firestore_v1/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def recursive_delete(
"""
if bulk_writer is None:
bulk_writer or self.bulk_writer()
bulk_writer = self.bulk_writer()

return self._recursive_delete(
reference,
Expand Down

0 comments on commit 843c278

Please sign in to comment.