mirror of
https://github.com/Nezumi-2711/astrbot_plugin_qq_group_daily_analysis.git
synced 2026-09-22 13:38:43 +00:00
fix(分析模块): 移除 __init__.py 中不存在的 UserAnalyzer 导入
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
"""
|
||||
分析模块
|
||||
包含LLM分析和统计分析功能
|
||||
包含LLM分析功能
|
||||
"""
|
||||
|
||||
from .llm_analyzer import LLMAnalyzer
|
||||
from .statistics import UserAnalyzer
|
||||
|
||||
__all__ = ["LLMAnalyzer", "UserAnalyzer"]
|
||||
__all__ = ["LLMAnalyzer"]
|
||||
|
||||
Reference in New Issue
Block a user