Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit a4f34e7

Browse files
authored
Update wrappers.py
1 parent f6c64cc commit a4f34e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gapic/schema/wrappers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -784,6 +784,7 @@ def query_params(self) -> Set[str]:
784784
# TODO(yon-mg): remove this method and move logic to generated client
785785
if self.http_opt is None:
786786
return set()
787+
787788
params = set(self.path_params)
788789
body = self.http_opt.get('body')
789790
if body:

0 commit comments

Comments
 (0)