summaryrefslogtreecommitdiff
path: root/tests/unit/mock/path.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/mock/path.py')
-rw-r--r--tests/unit/mock/path.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unit/mock/path.py b/tests/unit/mock/path.py
index 1f1b7f0a..3962f24f 100644
--- a/tests/unit/mock/path.py
+++ b/tests/unit/mock/path.py
@@ -1,10 +1,8 @@
from __future__ import absolute_import, division, print_function
-
__metaclass__ = type
from ansible.utils.path import unfrackpath
from ansible_collections.vyos.vyos.tests.unit.compat.mock import MagicMock
-
mock_unfrackpath_noop = MagicMock(spec_set=unfrackpath, side_effect=lambda x, *args, **kwargs: x)