Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge committed Oct 4, 2024
1 parent bca88c8 commit 32f417f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/vertexai/langchain_google_vertexai/chat_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1121,8 +1121,8 @@ def _default_params(self) -> Dict[str, Any]:
)
if self.response_mime_type not in allowed_mime_types:
error_message = (
f"`response_schema` is only supported when "
"`response_mime_type` is set to one of {allowed_mime_types}"
"`response_schema` is only supported when "
f"`response_mime_type` is set to one of {allowed_mime_types}"
)
raise ValueError(error_message)

Expand Down

0 comments on commit 32f417f

Please sign in to comment.