From e07e6cd2a384a9b67cbb1372c6a8e6d788d30d90 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Tue, 7 Jan 2025 05:58:41 -0800 Subject: [PATCH] docs: Format docstring to comply with line length limits --- aider/mdstream.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/aider/mdstream.py b/aider/mdstream.py index dd0f02f64..966599df3 100755 --- a/aider/mdstream.py +++ b/aider/mdstream.py @@ -42,9 +42,10 @@ The end. class MarkdownStream: """Streaming markdown renderer that progressively displays content with a live updating window. - - Uses rich.console and rich.live to render markdown content with smooth scrolling and partial updates. - Maintains a sliding window of visible content while streaming in new markdown text. + + Uses rich.console and rich.live to render markdown content with smooth scrolling + and partial updates. Maintains a sliding window of visible content while streaming + in new markdown text. """ live = None # Rich Live display instance