8000 fix: remove unnecessary double quote on Claude docstring · devevignesh/adk-python@bbceb4f · GitHub
[go: up one dir, main page]

Skip to content

Commit bbceb4f

Browse files
zcheecopybara-github
authored andcommitted
fix: remove unnecessary double quote on Claude docstring
Merge google#1266 Subject says it all. COPYBARA_INTEGRATE_REVIEW=google#1266 from zchee:fix-docstring b5ceacc PiperOrigin-RevId: 770478088
1 parent b08bdbc commit bbceb4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google/adk/models/anthropic_llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def function_declaration_to_tool_param(
201201

202202

203203
class Claude(BaseLlm):
204-
""" "Integration with Claude models served from Vertex AI.
204+
"""Integration with Claude models served from Vertex AI.
205205
206206
Attributes:
207207
model: The name of the Claude model.

0 commit comments

Comments
 (0)
0