From b98e0202ec38682b1f1b646eda1b09c9b8c38689 Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Sat, 14 Sep 2024 15:30:09 +0530 Subject: T6678: files listing approach updated --- src/tests/test.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/tests/test.py b/src/tests/test.py index 46803bd..f64dac9 100644 --- a/src/tests/test.py +++ b/src/tests/test.py @@ -1,6 +1,7 @@ from typing import List import os +import json def sum_even_numbers(numbers: List[int]) -> int: """Given a list of integers, return the sum of all even numbers in the list.""" -- cgit v1.2.3 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