Skip to content

Commit b0d2624

Browse files
committed
Comment cleanup.
1 parent 5cf0225 commit b0d2624

File tree

1 file changed

+0
-1
lines changed
  • pydantic_ai_slim/pydantic_ai

1 file changed

+0
-1
lines changed

pydantic_ai_slim/pydantic_ai/mcp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,6 @@ async def _map_tool_result_part(
705705
resource = part.resource
706706
return self._get_content(resource)
707707
elif isinstance(part, mcp_types.ResourceLink):
708-
# read_resource will raise MCPError if the resource is not found or has any other error
709708
return await self.read_resource(str(part.uri))
710709
else:
711710
assert_never(part)

0 commit comments

Comments
 (0)