Update libs/core/tests/unit_tests/output_parsers/test_json.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Yash Vishwanath Tobre 2025-07-25 13:05:16 -05:00 committed by GitHub
parent 0072311906
commit 57dbd3ace0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ from typing import Any
import pytest
from pydantic import BaseModel, Field
from langchain.output_parsers.json import parse_and_check_json_markdown
# Removed incorrect import of parse_and_check_json_markdown
from langchain.schema import OutputParserException