test: Remove unused pytest fixtures

This commit is contained in:
Chris Coutinho
2025-10-14 01:23:39 +02:00
parent f48d3714d2
commit 13e4915e38
19 changed files with 115 additions and 233 deletions
+1 -1
View File
@@ -1,9 +1,9 @@
"""Test error propagation in the MCP server for various error scenarios."""
import logging
from mcp import ClientSession
import pytest
from mcp import ClientSession
logger = logging.getLogger(__name__)