Skip to content

Commit

Permalink
Fix circ dep
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Dec 21, 2023
1 parent ac0b9d1 commit 389cfd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/core/langchain_core/output_parsers/json.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import jsonpatch # type: ignore[import]

from langchain_core.exceptions import OutputParserException
from langchain_core.output_parsers import BaseCumulativeTransformOutputParser
from langchain_core.output_parsers.transform import BaseCumulativeTransformOutputParser


def _replace_new_line(match: re.Match[str]) -> str:
Expand Down

0 comments on commit 389cfd7

Please sign in to comment.