From f4957000ecdc39401b552d34e03aec0322cb90c6 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Wed, 27 Nov 2024 17:49:51 -0700 Subject: [PATCH] flake8 warnings in ascii art --- swarms/cli/main.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/swarms/cli/main.py b/swarms/cli/main.py index 738deec6..c5a6b855 100644 --- a/swarms/cli/main.py +++ b/swarms/cli/main.py @@ -1,3 +1,4 @@ +# noqa: W605 import argparse import os import time @@ -14,14 +15,14 @@ console = Console() ASCII_ART = """ - _________ + / _____/_ _ _______ _______ _____ ______ \_____ \\ \/ \/ /\__ \\_ __ \/ \ / ___/ - / \\ / / __ \| | \/ Y Y \\___ \ + / \\ / / __ \| | \/ Y Y \\___ \ /_______ / \/\_/ (____ /__| |__|_| /____ > - \/ \/ \/ \/ + \/ \/ \/ \/ -""" +""" # noqa: W605 # Function to display the ASCII art in red