Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit 35fa951

Browse files
chore: use gapic-generator-python 0.51.2 (#37)
- [ ] Regenerate this pull request now. fix: add 'dict' annotation type to 'request' Committer: @busunkim96 PiperOrigin-RevId: 398509016 Source-Link: googleapis/googleapis@b224dfa Source-Link: https://github.com/googleapis/googleapis-gen/commit/63a1db7a38d74b9639592f521ed1daaf7299ad9a Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjNhMWRiN2EzOGQ3NGI5NjM5NTkyZjUyMWVkMWRhYWY3Mjk5YWQ5YSJ9
1 parent 153f539 commit 35fa951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/fixup_appengine_logging_v1_keywords.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def leave_Call(self, original: cst.Call, updated: cst.Call) -> cst.CSTNode:
5757
return updated
5858

5959
kwargs, ctrl_kwargs = partition(
60-
lambda a: not a.keyword.value in self.CTRL_PARAMS,
60+
lambda a: a.keyword.value not in self.CTRL_PARAMS,
6161
kwargs
6262
)
6363

0 commit comments

Comments
 (0)