summaryrefslogtreecommitdiff
path: root/tests/unit/modules/network/vyos/vyos_module.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/modules/network/vyos/vyos_module.py')
-rw-r--r--tests/unit/modules/network/vyos/vyos_module.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unit/modules/network/vyos/vyos_module.py b/tests/unit/modules/network/vyos/vyos_module.py
index 60d94b5a..b1bdc2ec 100644
--- a/tests/unit/modules/network/vyos/vyos_module.py
+++ b/tests/unit/modules/network/vyos/vyos_module.py
@@ -18,7 +18,6 @@
# Make coding more python3-ish
from __future__ import absolute_import, division, print_function
-
__metaclass__ = type
import json
@@ -30,7 +29,6 @@ from ansible_collections.vyos.vyos.tests.unit.modules.utils import (
ModuleTestCase,
)
-
fixture_path = os.path.join(os.path.dirname(__file__), "fixtures")
fixture_data = {}