From 240025233693e99fc467a898ec981c1ca0369d38 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Wed, 27 Nov 2024 18:33:41 -0700 Subject: [PATCH] whitespace --- swarms/prompts/programming.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swarms/prompts/programming.py b/swarms/prompts/programming.py index 05732607..f9c19bfd 100644 --- a/swarms/prompts/programming.py +++ b/swarms/prompts/programming.py @@ -74,7 +74,7 @@ By following this guide, your tests will be thorough, maintainable, and producti ######### CREATE TESTS FOR THIS CODE: ####### -""" +""" # noqa: W291, W293 DOCUMENTATION_SOP = """ @@ -173,4 +173,4 @@ To replicate the documentation for any other module or framework, follow the sam ############# DOCUMENT THE FOLLOWING CODE ######## -""" +""" # noqa: W291, W293