refactor: 将多个方法修改为静态方法以提高代码可读性和一致性
This commit is contained in:
@@ -105,7 +105,8 @@ class Heartflow:
|
||||
# 启动子心流更新任务
|
||||
asyncio.create_task(self._sub_heartflow_update())
|
||||
|
||||
async def _update_current_state(self):
|
||||
@staticmethod
|
||||
async def _update_current_state():
|
||||
print("TODO")
|
||||
|
||||
async def do_a_thinking(self):
|
||||
|
||||
Reference in New Issue
Block a user