mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-19 06:54:18 +01:00
Remove Python 3.12 syntax
This commit is contained in:
@@ -53,7 +53,7 @@ async def test_server_session_initialize():
|
||||
tg.start_soon(run_server)
|
||||
|
||||
await client_session.initialize()
|
||||
except* anyio.ClosedResourceError:
|
||||
except anyio.ClosedResourceError:
|
||||
pass
|
||||
|
||||
assert received_initialized
|
||||
|
||||
Reference in New Issue
Block a user