mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-22 02:50:31 +00:00
langchain[patch], experimental[patch]: update utilities imports (#15438)
This commit is contained in:
@@ -23,7 +23,7 @@ class BashProcess:
|
||||
Example:
|
||||
.. code-block:: python
|
||||
|
||||
from langchain.utilities.bash import BashProcess
|
||||
from langchain_community.utilities.bash import BashProcess
|
||||
|
||||
bash = BashProcess(
|
||||
strip_newlines = False,
|
||||
|
Reference in New Issue
Block a user