mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
style: fix linting issues and whitespace cleanup
This commit is contained in:
parent
fe60832492
commit
18d27ab4e4
3 changed files with 9 additions and 9 deletions
|
@ -116,8 +116,8 @@ def handle_deprecated_model_args(args, io):
|
|||
|
||||
# Show the warning
|
||||
io.tool_warning(
|
||||
f"The --{arg_name.replace('_', '-')} flag is deprecated and will be removed in a future version. "
|
||||
f"Please use --model {display_name} instead."
|
||||
f"The --{arg_name.replace('_', '-')} flag is deprecated and will be removed in a"
|
||||
f" future version. Please use --model {display_name} instead."
|
||||
)
|
||||
|
||||
# Set the model
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue