mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +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
|
""" # noqa: E501
|
||||||
|
|
||||||
_text = 5 * _text
|
|
||||||
# print(text)
|
|
||||||
|
|
||||||
|
|
||||||
def showit(lines):
|
def showit(lines):
|
||||||
return
|
return
|
||||||
|
@ -109,6 +106,8 @@ class MarkdownStream:
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
_text = 5 * _text
|
||||||
|
|
||||||
pm = MarkdownStream()
|
pm = MarkdownStream()
|
||||||
for i in range(6, len(_text)):
|
for i in range(6, len(_text)):
|
||||||
pm.update(_text[:i])
|
pm.update(_text[:i])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue