mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
refactor: Remove unused variable in find_block_lines function
This commit is contained in:
parent
48ac1de8d3
commit
506c3c928e
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ def find_block_lines(lines, key_to_remove):
|
||||||
start_line_idx = i # Start from the key definition line
|
start_line_idx = i # Start from the key definition line
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
potential_start = -1 # False alarm
|
# False alarm, the line after the key wasn't '{'
|
||||||
break
|
break
|
||||||
if start_line_idx != -1:
|
if start_line_idx != -1:
|
||||||
break
|
break
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue