style: Fix linter formatting in models.py

This commit is contained in:
Paul Gauthier (aider) 2025-03-05 17:07:01 -08:00
parent 93f2387d1b
commit 51a73ad8b5

View file

@ -792,7 +792,7 @@ def sanity_check_model(io, model):
def check_for_dependencies(io, model_name):
"""
Check for model-specific dependencies and install them if needed.
Args:
io: The IO object for user interaction
model_name: The name of the model to check dependencies for