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

Commit bd8e0d5

Browse files
committed
fix lint
1 parent 95a512e commit bd8e0d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gapic/utils/cache.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ def cached_proto_context(func):
101101

102102
@functools.wraps(func)
103103
def wrapper(self, *, collisions, **kwargs):
104-
105104
# 1. Check for active cache (returns None if context is not active)
106105
context_cache = getattr(
107106
_proto_collisions_cache_state, "resolved_collisions", None

0 commit comments

Comments
 (0)