mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 13:34:17 +02:00
Remove extra initialize
This commit is contained in:
parent
be95110596
commit
ec76d180bc
1 changed files with 0 additions and 2 deletions
|
|
@ -160,8 +160,6 @@ class Client:
|
|||
) as session:
|
||||
self._session = session
|
||||
# Initialize the session
|
||||
self._initialize_result = await self._session.initialize()
|
||||
|
||||
try:
|
||||
with anyio.fail_after(1):
|
||||
self._initialize_result = await self._session.initialize()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue