From 5b1c4083761ba9ca64cf0eeb9771f9b2148d13e6 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Wed, 3 Jan 2024 07:55:16 -0700 Subject: [PATCH] flake8 cleanup --- swarms/tools/tool.py | 2 ++ 1 file changed, 2 insertions(+) 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