style: fix linting issues and whitespace cleanup

This commit is contained in:
Paul Gauthier (aider) 2025-03-08 13:38:17 -08:00
parent fe60832492
commit 18d27ab4e4
3 changed files with 9 additions and 9 deletions

View file

@ -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