mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
black formatting
This commit is contained in:
parent
3c26f90269
commit
9a413d351d
4 changed files with 26 additions and 16 deletions
|
@ -51,7 +51,9 @@ def try_dotdotdots(whole, part, replace):
|
|||
continue
|
||||
|
||||
if whole.count(part) != 1:
|
||||
raise ValueError("No perfect matching chunk in edit block with ... or part appears more than once")
|
||||
raise ValueError(
|
||||
"No perfect matching chunk in edit block with ... or part appears more than once"
|
||||
)
|
||||
|
||||
whole = whole.replace(part, replace, 1)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue