Skip to content

Commit

Permalink
Fix ruff issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanleomk committed Aug 30, 2024
1 parent d6306c6 commit 5bb5004
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/llm/test_vertexai/test_message_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
import vertexai.generative_models as gm
from instructor.client_vertexai import vertexai_message_parser

from .util import models, modes


def test_vertexai_message_parser_string_content():
message = {"role": "user", "content": "Hello, world!"}
Expand Down

0 comments on commit 5bb5004

Please sign in to comment.