mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
refactor: Remove unnecessary assert_newlines check for updated lines
This commit is contained in:
parent
72d559a92c
commit
b96b36d5ea
1 changed files with 0 additions and 1 deletions
|
@ -51,7 +51,6 @@ def diff_partial_update(lines_orig, lines_updated, final=False, fname=None):
|
|||
# dump(lines_updated)
|
||||
|
||||
assert_newlines(lines_orig)
|
||||
assert_newlines(lines_updated)
|
||||
|
||||
num_orig_lines = len(lines_orig)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue