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

Commit cc9e070

Browse files
committed
remove from meta
1 parent 7ec95ce commit cc9e070

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
@@ -1262,7 +1262,7 @@ def proto(self) -> Proto:
12621262
)
12631263
for k, v in naive.services.items()
12641264
),
1265-
meta=naive.meta.with_context(collisions=naive.names, context_cache=self.context_cache),
1265+
meta=naive.meta.with_context(collisions=naive.names),
12661266
)
12671267

12681268
@cached_property

0 commit comments

Comments
 (0)