style: format codes

This commit is contained in:
Soulter
2025-03-03 13:30:55 +08:00
parent d305211a36
commit 49bba9bf98
148 changed files with 6135 additions and 4401 deletions
+1 -7
View File
@@ -4,10 +4,4 @@ from astrbot.core import html_renderer
from astrbot.core import sp
from astrbot.core.star.register import register_llm_tool as llm_tool
__all__ = [
"AstrBotConfig",
"logger",
"html_renderer",
"llm_tool",
"sp"
]
__all__ = ["AstrBotConfig", "logger", "html_renderer", "llm_tool", "sp"]