From 2add997ebea2fc3e806049775f3411944eb02353 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Wed, 27 Nov 2024 18:25:47 -0700 Subject: [PATCH] whitespace flake8 --- swarms/prompts/meta_system_prompt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarms/prompts/meta_system_prompt.py b/swarms/prompts/meta_system_prompt.py index fe65ec23..90cf4484 100644 --- a/swarms/prompts/meta_system_prompt.py +++ b/swarms/prompts/meta_system_prompt.py @@ -49,4 +49,4 @@ meta_system_prompt_generator = """ Now remember to only return the prompt for the agent you're instructing. Nothing else -""" +""" # noqa: W291, W293