Skip to content

Commit b4cbf12

Browse files
committed
Reaname
Signed-off-by: Alina Buzachis <[email protected]>
1 parent 47e9fb9 commit b4cbf12

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/unit/plugins/module_utils/test_mcp.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
# Copyright (c) 2025 Red Hat, Inc.
44
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
55

6+
from __future__ import absolute_import, division, print_function
7+
8+
9+
__metaclass__ = type
10+
11+
612
import pytest
713

814
from ansible_collections.ansible.mcp.plugins.plugin_utils.mcp import MCPClient, MCPError, Transport

0 commit comments

Comments
 (0)