style(format): fix ruff formatting issues

This commit is contained in:
WangCham
2026-03-09 12:24:01 +08:00
parent 2b8bd1cc71
commit 11c05ea8db
2 changed files with 8 additions and 5 deletions

View File

@@ -344,10 +344,7 @@ class RuntimeConnectionHandler(handler.Handler):
async def _placeholder_func(**kwargs):
pass
funcs_obj = [
resource_tool.LLMTool.model_validate({**func, 'func': _placeholder_func})
for func in funcs
]
funcs_obj = [resource_tool.LLMTool.model_validate({**func, 'func': _placeholder_func}) for func in funcs]
result = await llm_model.provider.invoke_llm(
query=None,