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:26 -05:00 committed by GitHub
parent 57dbd3ace0
commit 3f4568599e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ import pytest
from pydantic import BaseModel, Field
# Removed incorrect import of parse_and_check_json_markdown
from langchain.schema import OutputParserException
from langchain_core.exceptions import OutputParserException
from langchain_core.output_parsers.json import (