mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-05 21:54:22 -07:00
Suggested change Error
This commit is contained in:
parent
bce822a0c0
commit
66ff47251a
1 changed files with 1 additions and 5 deletions
|
@ -5,11 +5,7 @@
|
|||
from __future__ import absolute_import, division, print_function
|
||||
__metaclass__ = type
|
||||
|
||||
try:
|
||||
from unittest.mock import mock_open, patch, MagicMock
|
||||
except ImportError:
|
||||
|
||||
from mock import mock_open, patch, MagicMock
|
||||
from ansible_collections.community.internal_test_tools.tests.unit.compat.mock import mock_open, patch, MagicMock
|
||||
|
||||
import pytest
|
||||
import sys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue