There was an error while loading. Please reload this page.
1 parent f6aea73 commit a33153aCopy full SHA for a33153a
1 file changed
src/google/adk/models/apigee_llm.py
@@ -419,7 +419,7 @@ def _validate_model_string(model: str) -> bool:
419
420
# Keeps a strong reference to fire-and-forget cleanup tasks so they are not
421
# garbage collected before they finish (see CompletionsHTTPClient._cleanup_client).
422
-_CLEANUP_TASKS: set[asyncio.Task] = set()
+_CLEANUP_TASKS: set[asyncio.Task[None]] = set()
423
424
425
class CompletionsHTTPClient:
0 commit comments