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