mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
refactor: Move re import comment for clarity
This commit is contained in:
parent
da89d6ab9c
commit
910d384ed8
1 changed files with 1 additions and 1 deletions
|
@ -1886,7 +1886,7 @@ class Coder:
|
||||||
res = cur + new
|
res = cur + new
|
||||||
|
|
||||||
if self.main_model.remove_reasoning:
|
if self.main_model.remove_reasoning:
|
||||||
import re
|
import re # to top ai!
|
||||||
|
|
||||||
pattern = (
|
pattern = (
|
||||||
f"<{self.main_model.remove_reasoning}>.*?</{self.main_model.remove_reasoning}>"
|
f"<{self.main_model.remove_reasoning}>.*?</{self.main_model.remove_reasoning}>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue