There was an error while loading. Please reload this page.
1 parent 9f52f64 commit e3c8b06Copy full SHA for e3c8b06
1 file changed
src/google/adk/models/apigee_llm.py
@@ -441,7 +441,7 @@ def _validate_model_string(model: str) -> bool:
441
442
# Keeps a strong reference to fire-and-forget cleanup tasks so they are not
443
# garbage collected before they finish (see CompletionsHTTPClient._cleanup_client).
444
-_CLEANUP_TASKS: set[asyncio.Task] = set()
+_CLEANUP_TASKS: set[asyncio.Task[None]] = set()
445
446
447
class CompletionsHTTPClient:
0 commit comments