Skip to content

Commit 2034fbb

Browse files
wuliang229copybara-github
authored andcommitted
chore: remove unused line for Client()
PiperOrigin-RevId: 781617898
1 parent 149c5fe commit 2034fbb

File tree

1 file changed

+0
-4
lines changed
  • contributing/samples/google_search_agent

1 file changed

+0
-4
lines changed

contributing/samples/google_search_agent/agent.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414

1515
from google.adk import Agent
1616
from google.adk.tools import google_search
17-
from google.genai import Client
18-
19-
# Only Vertex AI supports image generation for now.
20-
client = Client()
2117

2218
root_agent = Agent(
2319
model='gemini-2.0-flash-001',

0 commit comments

Comments
 (0)