Skip to content

Commit 20a4a6a

Browse files
committed
Addressing more comments
1 parent b60efe7 commit 20a4a6a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pydantic_ai_slim/pydantic_ai/builtin_tools.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from abc import ABC
44
from dataclasses import dataclass
5-
from typing import TYPE_CHECKING, Any, Literal, Dict
5+
from typing import TYPE_CHECKING, Any, Literal
66

77
from typing_extensions import TypedDict
88

@@ -294,7 +294,5 @@ class MCPServerTool(AbstractBuiltinTool):
294294
295295
Supported by:
296296
297-
Supported by:
298-
299297
* OpenAI Responses
300298
"""

0 commit comments

Comments
 (0)