Skip to content

Commit

Permalink
fix: update ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanleomk committed Dec 18, 2024
1 parent ddc4825 commit 971cedd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions instructor/client_vertexai.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ def vertexai_function_response_parser(


def vertexai_process_response(
_kwargs: dict[str, Any], model: Union[BaseModel, list[BaseModel], type]
): # noqa: UP007
_kwargs: dict[str, Any], model: Union[BaseModel, list[BaseModel], type] # noqa: UP007
):
messages: list[dict[str, str]] = _kwargs.pop("messages")
contents = _vertexai_message_list_parser(messages) # type: ignore

Expand Down

0 comments on commit 971cedd

Please sign in to comment.