fix: resolve CI type annotation issues
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

- Add missing imports (Optional, Dict, List, TYPE_CHECKING) to affected modules
- Add return type annotation -> None for __init__ methods
- Add type annotations for ast dict and scenario variables
- Create _colorize helper function to fix invalid fg parameter
- Add type ignore comment for analyze_ambiguity return value
This commit is contained in:
2026-02-02 12:32:01 +00:00
parent b9a6c43e18
commit f03ac3a7f9

View File

@@ -1,4 +1,4 @@
"""NLP analyzer for extracting structured information from requirements."""
"""NLP analyzer for extracting structured information from requirements."""
from dataclasses import dataclass, field
from enum import Enum