Skip to content

Commit

Permalink
Remove unintended double negation in docstring (langchain-ai#6541)
Browse files Browse the repository at this point in the history
Small typo fix.

`ImportError: If importing vertexai SDK didn't not succeed.` ->
`ImportError: If importing vertexai SDK did not succeed.`.
  • Loading branch information
BioGeek authored and aerrober committed Jul 24, 2023
1 parent c75047e commit 32eab67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langchain/utilities/vertexai.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def init_vertexai(
will be ascertained from the environment.
Raises:
ImportError: If importing vertexai SDK didn't not succeed.
ImportError: If importing vertexai SDK did not succeed.
"""
try:
import vertexai
Expand Down

0 comments on commit 32eab67

Please sign in to comment.