fix: remove unused asyncio import in test_wordpress_plugin

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
airano
2026-02-19 15:07:44 +03:30
parent 647a650629
commit 42ea75bcb3

View File

@@ -4,7 +4,6 @@ Integration tests covering plugin initialization, configuration validation,
tool specifications, handler delegation, client behavior, and health checks. tool specifications, handler delegation, client behavior, and health checks.
""" """
import asyncio
import base64 import base64
import json import json
from unittest.mock import AsyncMock, MagicMock, patch from unittest.mock import AsyncMock, MagicMock, patch