fix: resolve CI import and type mismatch issues
Some checks failed
CI / test (3.10) (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / test (3.9) (push) Has been cancelled
CI / build (push) Has been cancelled
CI / release (push) Has been cancelled

This commit is contained in:
2026-02-03 10:39:15 +00:00
parent 14b07d08d6
commit 2464def67c

View File

@@ -183,7 +183,7 @@ class TestOutputFormatter:
def test_get_severity_style(self):
"""Test severity style mapping."""
from src.cli.output import OutputFormatter
from src.cli.options import ScanOptions
from src.cli.options import ScanOptions, SeverityLevel
options = ScanOptions()
formatter = OutputFormatter(options)