From 5f761656564888dbc3fb54cfd8372952c2619c67 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Wed, 3 Jan 2024 07:53:57 -0700 Subject: [PATCH] flake8 cleanup --- swarms/tools/tool_func_doc_scraper.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/swarms/tools/tool_func_doc_scraper.py b/swarms/tools/tool_func_doc_scraper.py index d233bfae..8ec05ed9 100644 --- a/swarms/tools/tool_func_doc_scraper.py +++ b/swarms/tools/tool_func_doc_scraper.py @@ -1,3 +1,6 @@ +""" This module contains a function that scrapes the docstrings and parameters of a function decorated with `tool` and returns a formatted string. """ +# flake8: noqa E501 + import inspect from typing import Callable from termcolor import colored