Move PythonRepl -> langchain.utilities (#2917)

This commit is contained in:
dev2049
2023-04-15 10:50:25 -07:00
committed by GitHub
parent 7c73e9df5d
commit 36aa7f30e4
7 changed files with 34 additions and 31 deletions

View File

@@ -7,8 +7,8 @@ from typing import Dict, Optional
from pydantic import Field, root_validator
from langchain.python import PythonREPL
from langchain.tools.base import BaseTool
from langchain.utilities import PythonREPL
def _get_default_python_repl() -> PythonREPL: