From 2464def67c4c8e380316bcae6f1ed771bc2b5000 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Tue, 3 Feb 2026 10:39:15 +0000 Subject: [PATCH] fix: resolve CI import and type mismatch issues --- tests/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cli.py b/tests/test_cli.py index 715901e..39bb201 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -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)