From dc5be009ff0228ef03c1ba5f2cd8fc5427e0774a Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Wed, 27 Nov 2024 19:36:17 -0700 Subject: [PATCH] whitespace precolon --- swarms/utils/add_docs_to_agents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarms/utils/add_docs_to_agents.py b/swarms/utils/add_docs_to_agents.py index 85e3076c..c4dd56f3 100644 --- a/swarms/utils/add_docs_to_agents.py +++ b/swarms/utils/add_docs_to_agents.py @@ -119,7 +119,7 @@ def handle_input_docs( for agent in agents.values(): try: for i in range(0, len(combined_data), chunk_size): - chunk = combined_data[i : i + chunk_size] + chunk = combined_data[i : i + chunk_size] # noqa: E203 if i == 0: agent.system_prompt += ( "\nDocuments:\n" + chunk