From dbb2e3d231927f237ca97352bc793b2e5866db0d Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Wed, 3 Jan 2024 07:52:27 -0700 Subject: [PATCH] flake8 cleanup --- swarms/utils/apa.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/swarms/utils/apa.py b/swarms/utils/apa.py index 55e4e8c4..7ae61a79 100644 --- a/swarms/utils/apa.py +++ b/swarms/utils/apa.py @@ -1,3 +1,6 @@ +""" This module contains the data structure of the APA framework. """ +# flake8: noqa W291 + from enum import Enum, unique, auto import abc from typing import List, Optional