Skip to content

Commit 27ae896

Browse files
committed
Update output_parser.py
1 parent 560f079 commit 27ae896

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scrapegraphai/utils/output_parser.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ def get_structured_output_parser(schema: Union[Dict[str, Any],
2323
return _dict_output_parser
2424

2525
def get_pydantic_output_parser(schema: Union[Dict[str, Any],
26-
Type[BaseModelV1 | BaseModelV2], Type])
27-
-> JsonOutputParser:
26+
Type[BaseModelV1 | BaseModelV2], Type]) -> JsonOutputParser:
2827
"""
2928
Get the correct output parser for the LLM model.
3029

0 commit comments

Comments
 (0)