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

Commit 530bf95

Browse files
committed
remove *
1 parent 73dcc36 commit 530bf95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gapic/utils/cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def cached_proto_context(func):
8181
"""Decorator to memoize with_context calls based on self and collisions."""
8282

8383
@functools.wraps(func)
84-
def wrapper(self, *, collisions, **kwargs):
84+
def wrapper(self, collisions, **kwargs):
8585
# 1. Initialize cache if not provided (handles the root call case)
8686

8787
context_cache = _get_cache()

0 commit comments

Comments
 (0)