Skip to content

Commit 887ed85

Browse files
committed
fix: ruff lint fixes for test file
1 parent 233f368 commit 887ed85

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/client/test_non2xx_status.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"""
88

99
import json
10+
from unittest.mock import AsyncMock, MagicMock
11+
1012
import pytest
11-
import httpx
12-
from unittest.mock import AsyncMock, MagicMock, patch
13+
from mcp_types import JSONRPCError, JSONRPCRequest
1314

14-
from mcp.client.streamable_http import StreamableHTTPTransport, RequestContext
15+
from mcp.client.streamable_http import RequestContext, StreamableHTTPTransport
1516
from mcp.shared.message import SessionMessage
16-
from mcp_types import JSONRPCRequest, JSONRPCError, ErrorData
1717

1818

1919
class TestNon2xxStatusHandling:

0 commit comments

Comments
 (0)