From e50a0e8b094054179b2ab510cae5149bd8526e58 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 23 Jan 2024 08:55:28 -0800 Subject: [PATCH] noop --- aider/mdstream.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/aider/mdstream.py b/aider/mdstream.py index ba98078bc..bd3ce1292 100755 --- a/aider/mdstream.py +++ b/aider/mdstream.py @@ -37,9 +37,6 @@ The end. """ # noqa: E501 -_text = 5 * _text -# print(text) - def showit(lines): return @@ -109,6 +106,8 @@ class MarkdownStream: if __name__ == "__main__": + _text = 5 * _text + pm = MarkdownStream() for i in range(6, len(_text)): pm.update(_text[:i])