summaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-08-06 10:18:28 +0530
committerGitHub <noreply@github.com>2024-08-06 10:18:28 +0530
commit09f70283d4f0c60e448839f1bc23ed7c6719a22b (patch)
tree0338132c27ed677ab6c75d5bcf0a67761953979b /src/tests
parent9222fcb62c9a3e108d2f90236e5151574df175ba (diff)
downloadvyos-workflow-test-temp-09f70283d4f0c60e448839f1bc23ed7c6719a22b.tar.gz
vyos-workflow-test-temp-09f70283d4f0c60e448839f1bc23ed7c6719a22b.zip
T6637: unused import check
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/helper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/helper.py b/src/tests/helper.py
index b994f8e..f6a99f0 100644
--- a/src/tests/helper.py
+++ b/src/tests/helper.py
@@ -16,6 +16,7 @@
import sys
import importlib.util
+import math
def prepare_module(file_path='', module_name=''):
spec = importlib.util.spec_from_file_location(module_name, file_path)