From 97c9e952117ab313fa2784cd9cdcca7a84730482 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Tue, 17 Feb 2026 02:31:38 +0800 Subject: [PATCH] chore: ruff format --- astrbot/core/astr_main_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrbot/core/astr_main_agent.py b/astrbot/core/astr_main_agent.py index 106d7afe5..fddde68d9 100644 --- a/astrbot/core/astr_main_agent.py +++ b/astrbot/core/astr_main_agent.py @@ -42,10 +42,10 @@ from astrbot.core.message.components import File, Image, Reply from astrbot.core.platform.astr_message_event import AstrMessageEvent from astrbot.core.provider import Provider from astrbot.core.provider.entities import ProviderRequest +from astrbot.core.provider.manager import llm_tools from astrbot.core.skills.skill_manager import SkillManager, build_skills_prompt from astrbot.core.star.context import Context from astrbot.core.star.star_handler import star_map -from astrbot.core.provider.manager import llm_tools from astrbot.core.tools.cron_tools import ( CREATE_CRON_JOB_TOOL, DELETE_CRON_JOB_TOOL,