Skip to content

Commit

Permalink
Update wrappers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
software-dov authored Dec 8, 2020
1 parent f6c64cc commit a4f34e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gapic/schema/wrappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,7 @@ def query_params(self) -> Set[str]:
# TODO(yon-mg): remove this method and move logic to generated client
if self.http_opt is None:
return set()

params = set(self.path_params)
body = self.http_opt.get('body')
if body:
Expand Down

0 comments on commit a4f34e7

Please sign in to comment.