Skip to content

Commit b5140eb

Browse files
committed
remove useless import
1 parent 4044234 commit b5140eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

eval_protocol/mcp/client/connection.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@
1212
from contextlib import AsyncExitStack
1313
from typing import Any, Dict, List, Optional, Tuple
1414

15-
from mcp.types import EmptyResult
1615
from mcp.client.session import ClientSession
1716
from mcp.client.streamable_http import streamablehttp_client
18-
from pydantic import BaseModel
1917

2018
from ...types import MCPSession
2119

0 commit comments

Comments
 (0)