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