fix: reasoning_gui.py 重复初始化(CR意见)

pull/412/head
AL76 2025-03-15 16:53:10 +08:00
parent c0f7d930b1
commit 7c57e87378
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ else:
logger.error("未找到环境配置文件")
sys.exit(1)
logger = get_module_logger("gui")
class ReasoningGUI:
def __init__(self):