mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
Update ruff to 0.12.0 (#147106)
This commit is contained in:
@@ -216,8 +216,7 @@ class APIInstance:
|
||||
|
||||
async def async_call_tool(self, tool_input: ToolInput) -> JsonObjectType:
|
||||
"""Call a LLM tool, validate args and return the response."""
|
||||
# pylint: disable=import-outside-toplevel
|
||||
from homeassistant.components.conversation import (
|
||||
from homeassistant.components.conversation import ( # noqa: PLC0415
|
||||
ConversationTraceEventType,
|
||||
async_conversation_trace_append,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user