format using pre-commit

This commit is contained in:
zRzRzRzRzRzRzR
2025-12-08 23:55:00 +08:00
parent 7e1785e08e
commit a5675f380c
5 changed files with 15 additions and 12 deletions

View File

@@ -90,9 +90,9 @@ def example_multiple_tasks():
]
for task in tasks:
print(f"\n{'='*50}")
print(f"\n{'=' * 50}")
print(f"任务: {task}")
print('='*50)
print("=" * 50)
result = agent.run(task)
print(f"结果: {result}")