From a56954a1254fbca3816a2a9985d1f52fe391307a Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Wed, 27 Nov 2024 18:25:06 -0700 Subject: [PATCH] whitespace flake8 --- swarms/prompts/self_operating_prompt.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swarms/prompts/self_operating_prompt.py b/swarms/prompts/self_operating_prompt.py index bb4856e0..cb480f71 100644 --- a/swarms/prompts/self_operating_prompt.py +++ b/swarms/prompts/self_operating_prompt.py @@ -52,7 +52,7 @@ A few important notes: IMPORTANT: Avoid repeating actions such as doing the same CLICK event twice in a row. Objective: {objective} -""" +""" # noqa: W291, W293 USER_QUESTION = ( "Hello, I can help you with anything. What would you like done?" @@ -74,7 +74,7 @@ Thing to note: The user can not respond to your summary. You are just sharing th The original objective was: {objective} Now share the results! -""" +""" # noqa: W291, W293 def format_summary_prompt(objective):