From 8b13fb80183d4842c30a5f76b5e1705eb7ab57c1 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Wed, 3 Jan 2024 07:37:10 -0700 Subject: [PATCH] flake8 line too long silence --- swarms/utils/markdown_message.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/swarms/utils/markdown_message.py b/swarms/utils/markdown_message.py index 57cd285f..83cf27a5 100644 --- a/swarms/utils/markdown_message.py +++ b/swarms/utils/markdown_message.py @@ -1,3 +1,5 @@ +""" Markdown message display. """ +# flake8: noqa E501 from rich.console import Console from rich.markdown import Markdown from rich.rule import Rule