From 9a431b6597e90a4ac37ed2c9d1153b9380782e8b Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Fri, 13 Sep 2024 11:23:18 +0530 Subject: T667: ruff cli --- src/tests/helper.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/tests/helper.py b/src/tests/helper.py index 636e1ec..c3aed20 100644 --- a/src/tests/helper.py +++ b/src/tests/helper.py @@ -18,6 +18,7 @@ import sys import importlib.util import math import json +import os def prepare_module(file_path='', module_name=''): spec = importlib.util.spec_from_file_location(module_name, file_path) -- cgit v1.2.3 From 1623b6e5d054221714ca47de57f948131383764e Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Fri, 13 Sep 2024 11:26:30 +0530 Subject: T6678: ruff cli --- src/tests/test_initial_setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/tests/test_initial_setup.py b/src/tests/test_initial_setup.py index f85bf12..4a0f371 100644 --- a/src/tests/test_initial_setup.py +++ b/src/tests/test_initial_setup.py @@ -17,6 +17,7 @@ import unittest import vyos.configtree import vyos.initialsetup as vis +import json from unittest import TestCase from vyos.xml_ref import definition -- cgit v1.2.3