From 42ea75bcb3af31487030e6d87d422a6a520dd2d8 Mon Sep 17 00:00:00 2001 From: airano Date: Thu, 19 Feb 2026 15:07:44 +0330 Subject: [PATCH] fix: remove unused asyncio import in test_wordpress_plugin Co-Authored-By: Claude Opus 4.6 --- tests/test_wordpress_plugin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_wordpress_plugin.py b/tests/test_wordpress_plugin.py index b65bd19..ec1971f 100644 --- a/tests/test_wordpress_plugin.py +++ b/tests/test_wordpress_plugin.py @@ -4,7 +4,6 @@ Integration tests covering plugin initialization, configuration validation, tool specifications, handler delegation, client behavior, and health checks. """ -import asyncio import base64 import json from unittest.mock import AsyncMock, MagicMock, patch