From b61ceec27cc3b0d9087c8809da1fbbbf43209f5e Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 4 Jul 2023 15:03:44 -0400 Subject: [PATCH] fix: add `help` as a reserved word --- gapic/utils/reserved_names.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gapic/utils/reserved_names.py b/gapic/utils/reserved_names.py index fe7b2218bb..0914cb02e3 100644 --- a/gapic/utils/reserved_names.py +++ b/gapic/utils/reserved_names.py @@ -87,6 +87,7 @@ "try", "type", "exec", + "help", # Comes from Protoplus "ignore_unknown_fields" ]