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

Commit 58f3049

Browse files
committed
fix positional argument
1 parent fa92e02 commit 58f3049

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, self.context_cache),
1265+
meta=naive.meta.with_context(collisions=naive.names, context_cache=self.context_cache),
12661266
)
12671267

12681268
@cached_property

0 commit comments

Comments
 (0)