mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54: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
|
return new_text
|
||||||
|
|
||||||
|
|
||||||
def dmp_lines_apply(texts, remap=True):
|
def dmp_lines_apply(texts):
|
||||||
debug = False
|
debug = False
|
||||||
# debug = True
|
# debug = True
|
||||||
|
|
||||||
|
@ -641,8 +641,6 @@ def proc(dname):
|
||||||
(dmp_lines_apply, all_preprocs),
|
(dmp_lines_apply, all_preprocs),
|
||||||
]
|
]
|
||||||
|
|
||||||
_strategies = editblock_strategies # noqa: F841
|
|
||||||
|
|
||||||
short_names = dict(
|
short_names = dict(
|
||||||
search_and_replace="sr",
|
search_and_replace="sr",
|
||||||
git_cherry_pick_osr_onto_o="cp_o",
|
git_cherry_pick_osr_onto_o="cp_o",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue