diff --git a/services/extractor.py b/services/extractor.py index 9e777a7..3545b61 100644 --- a/services/extractor.py +++ b/services/extractor.py @@ -11,7 +11,7 @@ from utils.parsers import process_profile from validation.from_profile import FromProfile -def extract_profile(client_data: dict[str, Any]): +def extract_profile(client_data: dict[str, Any]) -> FromProfile: passport_data = client_data.get("profile") prompt_template = (