Skip to content

Commit 1cc1cf1

Browse files
committed
happy tests
1 parent 8163d32 commit 1cc1cf1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

plugins/fish/tests/test_tts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import os
21
import asyncio
32

43
import pytest

plugins/gemini/vision_agents/plugins/gemini/gemini_llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from google import genai
55
from google.genai import types
6-
from google.genai.types import GenerateContentResponse, GenerateContentConfigOrDict, GenerateContentConfig
6+
from google.genai.types import GenerateContentResponse, GenerateContentConfig
77

88
from vision_agents.core.llm.llm import LLM, LLMResponseEvent
99
from vision_agents.core.llm.llm_types import ToolSchema, NormalizedToolCallItem

0 commit comments

Comments
 (0)