ci: fix discussion answering agent main.py by removing the redundant json import

PiperOrigin-RevId: 805879980
This commit is contained in:
Xuan Yang
2025-09-11 09:56:38 -07:00
committed by Copybara-Service
parent c5613fb6f0
commit f52608328e
@@ -208,8 +208,6 @@ async def main():
# If we have discussion JSON data, include it in the prompt
# to avoid API call
if discussion_json_data:
import json
discussion_json_str = json.dumps(discussion_json_data, indent=2)
prompt = (
f"Please help answer this GitHub discussion #{discussion_number}."