Skip to content

Commit 1afda38

Browse files
style: fix import order in tests
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 171bcf4 commit 1afda38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/issues/test_1401_client_session_error_handling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"""
1717

1818
import anyio
19-
from anyio.abc import TaskStatus
2019
import pytest
20+
from anyio.abc import TaskStatus
2121

2222
from mcp import types
2323
from mcp.client.session import ClientSession, _default_message_handler

0 commit comments

Comments
 (0)