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

@ -39,7 +39,7 @@ def get_parser(default_config_files, git_root):
default=None,
help="Specify the model to use for the main chat",
)
# Add deprecated model shortcut arguments
add_deprecated_model_args(parser, group)