mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
cleanup
This commit is contained in:
parent
684b0e4964
commit
6e4f17d377
1 changed files with 2 additions and 2 deletions
|
@ -205,6 +205,7 @@ def find_original_update_blocks(content):
|
|||
raise ValueError(f"{processed}\n^^^ Error parsing ORIGINAL/UPDATED block.")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
edit = """
|
||||
Here's the change:
|
||||
|
||||
|
@ -219,5 +220,4 @@ Tooooo
|
|||
|
||||
Hope you like it!
|
||||
"""
|
||||
if __name__ == "__main__":
|
||||
print(list(find_original_update_blocks(edit)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue