Skip to content

Commit

Permalink
fix(storage): add unused variables to method generation match (#152)
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Natividad <frankyn@users.noreply.github.com>
  • Loading branch information
HemangChothani and frankyn committed May 21, 2020
1 parent d8e4033 commit f6574bb
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 f6574bb

Please sign in to comment.