fix: resolve CI import and type mismatch issues
Some checks failed
Some checks failed
This commit is contained in:
@@ -10,8 +10,9 @@ from rich.style import Style
|
||||
from rich.color import Color
|
||||
from rich.table import Column
|
||||
|
||||
from .options import OutputFormat, ScanOptions, SeverityLevel
|
||||
from ..core.scanner import ScanResult, Issue, IssueCategory
|
||||
from .options import OutputFormat, ScanOptions
|
||||
from ..core.models import ScanResult, Issue, IssueCategory, SeverityLevel
|
||||
from ..reporting.confidence import ConfidenceScorer
|
||||
|
||||
|
||||
class OutputFormatter:
|
||||
|
||||
Reference in New Issue
Block a user