Skip to content

Commit

Permalink
fix(storage): add unused variables to method generation match
Browse files Browse the repository at this point in the history
  • Loading branch information
HemangChothani committed May 19, 2020
1 parent 792b21f commit 5d7fb8c
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 5d7fb8c

Please sign in to comment.