mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 03:35:00 +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
|
# Show the warning
|
||||||
io.tool_warning(
|
io.tool_warning(
|
||||||
f"The --{arg_name.replace('_', '-')} flag is deprecated and will be removed in a future version. "
|
f"The --{arg_name.replace('_', '-')} flag is deprecated and will be removed in a"
|
||||||
f"Please use --model {display_name} instead."
|
f" future version. Please use --model {display_name} instead."
|
||||||
)
|
)
|
||||||
|
|
||||||
# Set the model
|
# Set the model
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue