diff --git a/services/extractor/event_classifier.py b/services/extractor/event_classifier.py index 801e0e1..c5df5ab 100644 --- a/services/extractor/event_classifier.py +++ b/services/extractor/event_classifier.py @@ -287,7 +287,7 @@ def _parse_classification_response( Strips markdown fences and repairs malformed JSON before parsing. Normalizes enum values and clamps numeric fields. """ - from services.extractor.client import _strip_markdown_fences, _repair_json + from services.extractor.client import _repair_json, _strip_markdown_fences cleaned = _strip_markdown_fences(raw_json) cleaned = _repair_json(cleaned)