fix: resolve CI import and type mismatch issues
Some checks failed
Some checks failed
This commit is contained in:
@@ -183,7 +183,7 @@ class TestOutputFormatter:
|
|||||||
def test_get_severity_style(self):
|
def test_get_severity_style(self):
|
||||||
"""Test severity style mapping."""
|
"""Test severity style mapping."""
|
||||||
from src.cli.output import OutputFormatter
|
from src.cli.output import OutputFormatter
|
||||||
from src.cli.options import ScanOptions
|
from src.cli.options import ScanOptions, SeverityLevel
|
||||||
|
|
||||||
options = ScanOptions()
|
options = ScanOptions()
|
||||||
formatter = OutputFormatter(options)
|
formatter = OutputFormatter(options)
|
||||||
|
|||||||
Reference in New Issue
Block a user