mirror of
https://github.com/Mintplex-Labs/langchain-python.git
synced 2026-07-21 00:35:23 -04: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