mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
fix: Remove unnecessary f-string
This commit is contained in:
parent
30d506ab82
commit
5f323237ea
1 changed files with 1 additions and 1 deletions
|
@ -1662,7 +1662,7 @@ class Coder:
|
|||
if not self.commit_before_message:
|
||||
return
|
||||
if self.commit_before_message != self.repo.get_head():
|
||||
self.io.tool_output(f"You can use /undo to undo and discard each aider commit.")
|
||||
self.io.tool_output("You can use /undo to undo and discard each aider commit.")
|
||||
|
||||
def dirty_commit(self):
|
||||
if not self.need_commit_before_edits:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue