From 9223d5c8a2a8b9597f9d1c792f53edec39cd52d1 Mon Sep 17 00:00:00 2001 From: kooomix Date: Wed, 8 Jan 2025 16:55:12 +0200 Subject: [PATCH] remove unused imports from vulnerability scanning test files --- .../system/tests_cases/relevant_vuln_scanning_tests.py | 2 -- configurations/system/tests_cases/vuln_scan_tests.py | 1 - 2 files changed, 3 deletions(-) diff --git a/configurations/system/tests_cases/relevant_vuln_scanning_tests.py b/configurations/system/tests_cases/relevant_vuln_scanning_tests.py index 50f61932..a916ccdb 100644 --- a/configurations/system/tests_cases/relevant_vuln_scanning_tests.py +++ b/configurations/system/tests_cases/relevant_vuln_scanning_tests.py @@ -1,7 +1,5 @@ import inspect -from infrastructure import supported_systemsAPI -from tests_scripts.helm.vuln_scan import VulnerabilityScanningRegistry from .structures import TestConfiguration diff --git a/configurations/system/tests_cases/vuln_scan_tests.py b/configurations/system/tests_cases/vuln_scan_tests.py index d2dcde78..e9ee8b4d 100644 --- a/configurations/system/tests_cases/vuln_scan_tests.py +++ b/configurations/system/tests_cases/vuln_scan_tests.py @@ -1,7 +1,6 @@ import inspect from infrastructure import supported_systemsAPI -from tests_scripts.helm.vuln_scan import VulnerabilityScanningRegistry from .structures import TestConfiguration from systest_utils import statics