mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
style: Apply linter formatting changes
This commit is contained in:
parent
11745ad16e
commit
df4d1735ae
1 changed files with 1 additions and 3 deletions
|
@ -771,9 +771,7 @@ class Coder:
|
|||
|
||||
user_lang = self.get_user_language()
|
||||
if user_lang:
|
||||
platform_text += (
|
||||
f"- The user's language: {user_lang}\n"
|
||||
)
|
||||
platform_text += f"- The user's language: {user_lang}\n"
|
||||
|
||||
dt = datetime.now().strftime("%Y-%m-%dT%H:%M:%S")
|
||||
platform_text += f"- The current date/time: {dt}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue