From bbceb4f2e89f720533b99cf356c532024a120dc4 Mon Sep 17 00:00:00 2001 From: Koichi Shiraishi Date: Wed, 11 Jun 2025 22:32:31 -0700 Subject: [PATCH] fix: remove unnecessary double quote on Claude docstring Merge https://github.com/google/adk-python/pull/1266 Subject says it all. COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/1266 from zchee:fix-docstring b5ceacc82b45398e9421c0f9a1a4d6352d12e21a PiperOrigin-RevId: 770478088 --- src/google/adk/models/anthropic_llm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/google/adk/models/anthropic_llm.py b/src/google/adk/models/anthropic_llm.py index 96b95ac5..a3a0e096 100644 --- a/src/google/adk/models/anthropic_llm.py +++ b/src/google/adk/models/anthropic_llm.py @@ -201,7 +201,7 @@ def function_declaration_to_tool_param( class Claude(BaseLlm): - """ "Integration with Claude models served from Vertex AI. + """Integration with Claude models served from Vertex AI. Attributes: model: The name of the Claude model.