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