From e5a89cce1618e9ef9b084b0716c50e4627ee51ea Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Wed, 3 Jan 2024 07:47:20 -0700 Subject: [PATCH] flake8 cleanup --- swarms/utils/find_img_path.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/swarms/utils/find_img_path.py b/swarms/utils/find_img_path.py index 2ca5d082..5e0d6166 100644 --- a/swarms/utils/find_img_path.py +++ b/swarms/utils/find_img_path.py @@ -1,3 +1,6 @@ +""" Find the image path from the text """ +# flake8: noqa E501 + import os import re