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.`.
multi_strategy_parser
Jeroen Van Goey 11 months ago committed by GitHub
parent a2a0715bd4
commit 57b5f42847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save