Skip to content

Commit f526083

Browse files
xuanyang15copybara-github
authored andcommitted
ci: fix discussion answering agent main.py by removing the redundant json import
PiperOrigin-RevId: 805879980
1 parent c5613fb commit f526083

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • contributing/samples/adk_answering_agent

contributing/samples/adk_answering_agent/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,6 @@ async def main():
208208
# If we have discussion JSON data, include it in the prompt
209209
# to avoid API call
210210
if discussion_json_data:
211-
import json
212-
213211
discussion_json_str = json.dumps(discussion_json_data, indent=2)
214212
prompt = (
215213
f"Please help answer this GitHub discussion #{discussion_number}."

0 commit comments

Comments
 (0)