fix: Remove unused imports to pass linter

This commit is contained in:
tduhamel42
2025-10-22 15:36:35 +02:00
parent 9468a8b023
commit 66e797a0e7
2 changed files with 0 additions and 3 deletions

View File

@@ -19,7 +19,6 @@ import logging
import time
from pathlib import Path
from typing import Dict, Any, List
import uuid
try:
from toolbox.modules.base import BaseModule, ModuleMetadata, ModuleResult, ModuleFinding

View File

@@ -19,7 +19,6 @@ import logging
import time
from pathlib import Path
from typing import Dict, Any, List
import uuid
try:
from toolbox.modules.base import BaseModule, ModuleMetadata, ModuleResult, ModuleFinding
@@ -200,7 +199,6 @@ class DependencyScanner(BaseModule):
except ValueError:
rel_path = file_path
finding_id = str(uuid.uuid4())
recommendation = f"Upgrade {package_name} to a fixed version: {', '.join(fix_versions)}" if fix_versions else f"Check for updates to {package_name}"
finding = self.create_finding(