mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 19:47:13 +00:00
Remove unintended double negation in docstring (#6541)
Small typo fix. `ImportError: If importing vertexai SDK didn't not succeed.` -> `ImportError: If importing vertexai SDK did not succeed.`.
This commit is contained in:
@@ -32,7 +32,7 @@ def init_vertexai(
|
|||||||
will be ascertained from the environment.
|
will be ascertained from the environment.
|
||||||
|
|
||||||
Raises:
|
Raises:
|
||||||
ImportError: If importing vertexai SDK didn't not succeed.
|
ImportError: If importing vertexai SDK did not succeed.
|
||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
import vertexai
|
import vertexai
|
||||||
|
Reference in New Issue
Block a user