diff --git a/swarms/tools/tool.py b/swarms/tools/tool.py index 1029a183..38f01057 100644 --- a/swarms/tools/tool.py +++ b/swarms/tools/tool.py @@ -1,4 +1,6 @@ """Base implementation for tools or skills.""" +# flake8: noqa E501 + from __future__ import annotations import asyncio