Chore: rm useless import and vars (#22108)

This commit is contained in:
Yongtao Huang
2025-07-10 11:47:43 +08:00
committed by GitHub
parent 6f8c7a66c8
commit 10858ea1dc
7 changed files with 0 additions and 12 deletions

View File

@@ -1,5 +1,4 @@
import json
import os
import time
import uuid
from collections.abc import Generator
@@ -113,8 +112,6 @@ def test_execute_llm(flask_req_ctx):
},
)
credentials = {"openai_api_key": os.environ.get("OPENAI_API_KEY")}
# Create a proper LLM result with real entities
mock_usage = LLMUsage(
prompt_tokens=30,