Skip to content

Commit

Permalink
Fix bulk_writer default assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
didi-rf authored Apr 12, 2022
1 parent 984f98d commit d1c0eaf
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 d1c0eaf

Please sign in to comment.