Skip to content

Commit

Permalink
Merge pull request #574 from armosec/fix
Browse files Browse the repository at this point in the history
remove unused imports from vulnerability scanning test files
  • Loading branch information
kooomix authored Jan 8, 2025
2 parents c10d076 + 9223d5c commit 209e9ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import inspect

from infrastructure import supported_systemsAPI
from tests_scripts.helm.vuln_scan import VulnerabilityScanningRegistry
from .structures import TestConfiguration


Expand Down
1 change: 0 additions & 1 deletion configurations/system/tests_cases/vuln_scan_tests.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 209e9ae

Please sign in to comment.