mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-07 05:05:01 +00:00
style: remove unnecessary f-string prefixes
This commit is contained in:
parent
029c017eb5
commit
827469463f
1 changed files with 2 additions and 2 deletions
|
@ -903,10 +903,10 @@ class Coder:
|
||||||
if self.test_cmd:
|
if self.test_cmd:
|
||||||
if self.auto_test:
|
if self.auto_test:
|
||||||
platform_text += (
|
platform_text += (
|
||||||
f"- The user's pre-commit runs this test command, don't suggest running them: "
|
"- The user's pre-commit runs this test command, don't suggest running them: "
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
platform_text += f"- The user prefers this test command: "
|
platform_text += "- The user prefers this test command: "
|
||||||
platform_text += self.testcmd + "\n"
|
platform_text += self.testcmd + "\n"
|
||||||
|
|
||||||
return platform_text
|
return platform_text
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue