mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
fix: Remove unnecessary f-string without placeholders
This commit is contained in:
parent
229e8e1ad1
commit
036c7a2117
1 changed files with 1 additions and 1 deletions
|
@ -1598,7 +1598,7 @@ class Coder:
|
|||
group = ConfirmGroup(new_mentions)
|
||||
for rel_fname in sorted(new_mentions):
|
||||
if self.io.confirm_ask(
|
||||
f"Add file to the chat?", subject=rel_fname, group=group, allow_never=True
|
||||
"Add file to the chat?", subject=rel_fname, group=group, allow_never=True
|
||||
):
|
||||
self.add_rel_fname(rel_fname)
|
||||
added_fnames.append(rel_fname)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue