Skip to content

Commit 33cc03c

Browse files
style: apply code formatting and linting fixes
1 parent 8c715af commit 33cc03c

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ dev = [
7171
"coverage[toml]>=7.10.7,<=7.13",
7272
"pillow>=12.0",
7373
"strict-no-cover",
74+
"pytest-cov>=7.0.0",
7475
]
7576
docs = [
7677
"mkdocs>=1.6.1",

tests/client/test_session.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -898,5 +898,3 @@ async def mock_server():
898898
assert restored_state.server_capabilities == original_state.server_capabilities
899899
assert restored_state.server_info == original_state.server_info
900900
assert restored_state.initialized_sent == original_state.initialized_sent
901-
902-

tests/shared/test_session_state.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
"""Tests for SessionState serialization."""
22

3-
from mcp.shared.session_state import SessionState
43
import pytest
54

5+
from mcp.shared.session_state import SessionState
6+
67

78
def test_session_state_creation():
89
"""Test that SessionState can be created with all fields."""

uv.lock

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)