From 068a5b0b16afe7f504b43f765c32c30214f11c5a Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Sat, 14 Sep 2024 15:33:02 +0530 Subject: T6678: files listing approach updated --- src/tests/test_config_parser.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/tests/test_config_parser.py b/src/tests/test_config_parser.py index 8016feb..def278f 100644 --- a/src/tests/test_config_parser.py +++ b/src/tests/test_config_parser.py @@ -15,6 +15,7 @@ # along with this program. If not, see . import vyos.configtree +import json from unittest import TestCase -- cgit v1.2.3