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