From 7e11d916564f8e424f2b837df0fcd607f7fc3f08 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Wed, 3 Jan 2024 07:39:51 -0700 Subject: [PATCH] flake8 cleanup --- swarms/utils/main.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/swarms/utils/main.py b/swarms/utils/main.py index b94fae11..5bad642a 100644 --- a/swarms/utils/main.py +++ b/swarms/utils/main.py @@ -1,3 +1,8 @@ +""" + This file contains all the utility functions and classes used in the project. + It also contains the code for uploading files to S3 and static folder. +""" +# flake8: noqa E501 import os import random import shutil @@ -390,7 +395,7 @@ class FileHandler: "SERVER", "http://localhost:8000" ) ) - + 1 : + + 1: ] local_filename = ( Path("file") / local_filepath.split("/")[-1]