fix(heartbeat): remove unused runtime import

This commit is contained in:
Xubin Ren 2026-05-18 00:40:31 +08:00
parent 112f40ad67
commit af26ed0041

View File

@ -9,7 +9,7 @@ from typing import Any, Callable, Coroutine
from loguru import logger
from nanobot.providers.base import LLMProvider
from nanobot.utils.llm_runtime import LLMRuntime, LLMRuntimeResolver, static_llm_runtime
from nanobot.utils.llm_runtime import LLMRuntimeResolver, static_llm_runtime
_HEARTBEAT_TOOL = [
{