mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-19 17:36:00 +00:00
Move PythonRepl -> langchain.utilities (#2917)
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user