From 8e32d2d185ff2d8412a63f4cbbeb0e77bfe4c722 Mon Sep 17 00:00:00 2001 From: Tom Scholz <> Date: Fri, 5 Jun 2026 09:27:50 +0200 Subject: [PATCH] fix: remove unused pytest import --- tests/unit/plugins/modules/test_google_chat.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/plugins/modules/test_google_chat.py b/tests/unit/plugins/modules/test_google_chat.py index 0307f0b1a6..58b2d80e3a 100644 --- a/tests/unit/plugins/modules/test_google_chat.py +++ b/tests/unit/plugins/modules/test_google_chat.py @@ -7,7 +7,6 @@ from __future__ import annotations import json from unittest.mock import Mock, patch -import pytest from ansible_collections.community.internal_test_tools.tests.unit.plugins.modules.utils import ( AnsibleExitJson, AnsibleFailJson,