Skip to content

Commit

Permalink
fix(storage): add unused variables to method generation match (google…
Browse files Browse the repository at this point in the history
…apis#152)

Co-authored-by: Frank Natividad <frankyn@users.noreply.github.com>
  • Loading branch information
2 people authored and cojenco committed Oct 13, 2021
1 parent fda3fc0 commit 21824be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions google/cloud/storage/_helpers.py
Expand Up @@ -362,6 +362,8 @@ def update(
query_params["projection"] = "full"
_add_generation_match_parameters(
query_params,
if_generation_match=if_generation_match,
if_generation_not_match=if_generation_not_match,
if_metageneration_match=if_metageneration_match,
if_metageneration_not_match=if_metageneration_not_match,
)
Expand Down

0 comments on commit 21824be

Please sign in to comment.