mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-23 00:41:40 +00:00
Fix Gemini rebase lint
This commit is contained in:
parent
f752005669
commit
3f2e6dca6f
2 changed files with 0 additions and 3 deletions
|
|
@ -11,7 +11,6 @@ enable_preview_features=True to be enabled.
|
|||
|
||||
import pytest
|
||||
|
||||
import litellm
|
||||
from litellm.litellm_core_utils.prompt_templates.factory import (
|
||||
THOUGHT_SIGNATURE_SEPARATOR,
|
||||
_encode_tool_call_id_with_signature,
|
||||
|
|
|
|||
|
|
@ -1384,8 +1384,6 @@ def test_file_data_field_order():
|
|||
|
||||
def test_file_data_field_order_gcs_urls():
|
||||
"""Test that GCS URLs also maintain correct field order."""
|
||||
import json
|
||||
|
||||
from litellm.llms.vertex_ai.gemini.transformation import _process_gemini_media
|
||||
|
||||
# Test with GCS URL
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue