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

Commit fd827c6

Browse files
committed
avoid resetting the context cache
1 parent e03a978 commit fd827c6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

gapic/schema/api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,6 @@ def disambiguate_keyword_sanitize_fname(
457457
# We just load all the APIs types first and then
458458
# load the services and methods with the full scope of types.
459459
pre_protos: Dict[str, Proto] = dict(prior_protos or {})
460-
context_cache = {}
461460
for fd in file_descriptors:
462461
fd.name = disambiguate_keyword_sanitize_fname(fd.name, pre_protos)
463462
pre_protos[fd.name] = Proto.build(

0 commit comments

Comments
 (0)