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

Commit 4965011

Browse files
committed
pass down service names
1 parent 58f3049 commit 4965011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gapic/schema/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1255,7 +1255,7 @@ def proto(self) -> Proto:
12551255
(
12561256
k,
12571257
v.with_context(
1258-
collisions=global_collisions,
1258+
collisions=v.names,
12591259
visited_messages=visited_messages,
12601260
context_cache=self.context_cache,
12611261
),

0 commit comments

Comments
 (0)