mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
refactor: Remove unused remap arg and editblock_strategies var
This commit is contained in:
parent
67b9345929
commit
14928727eb
1 changed files with 1 additions and 3 deletions
|
@ -335,7 +335,7 @@ def lines_to_chars(lines, mapping):
|
|||
return new_text
|
||||
|
||||
|
||||
def dmp_lines_apply(texts, remap=True):
|
||||
def dmp_lines_apply(texts):
|
||||
debug = False
|
||||
# debug = True
|
||||
|
||||
|
@ -641,8 +641,6 @@ def proc(dname):
|
|||
(dmp_lines_apply, all_preprocs),
|
||||
]
|
||||
|
||||
_strategies = editblock_strategies # noqa: F841
|
||||
|
||||
short_names = dict(
|
||||
search_and_replace="sr",
|
||||
git_cherry_pick_osr_onto_o="cp_o",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue