From 6957ec713dab7d89495a1f7a8b5106f95d6c3f4e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 12 Dec 2025 14:24:18 +0000 Subject: [PATCH] Clean up unused imports in tests Co-authored-by: Soulter <37870767+Soulter@users.noreply.github.com> --- tests/test_github_webhook.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_github_webhook.py b/tests/test_github_webhook.py index 48191e829..e04bf75d6 100644 --- a/tests/test_github_webhook.py +++ b/tests/test_github_webhook.py @@ -1,8 +1,7 @@ """Test GitHub webhook platform adapter""" import asyncio -import json -from unittest.mock import AsyncMock, MagicMock +from unittest.mock import MagicMock import pytest