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