mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
noop
This commit is contained in:
parent
85383079f6
commit
e50a0e8b09
1 changed files with 2 additions and 3 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue