From 78b0f8bce4d23caa14c22f8cfd01594b0c4ce8a9 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Wed, 27 Nov 2024 18:31:24 -0700 Subject: [PATCH] whitespace flake8 --- swarms/prompts/aot_prompt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarms/prompts/aot_prompt.py b/swarms/prompts/aot_prompt.py index 3c7c1522..0bc65ccc 100644 --- a/swarms/prompts/aot_prompt.py +++ b/swarms/prompts/aot_prompt.py @@ -19,5 +19,5 @@ def algorithm_of_thoughts_sop(objective: str): {objective} ### - """ + """ # noqa: W291, W293 return AOT_PROMPT