mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 22:34:59 +00:00
style: Fix linter formatting in models.py
This commit is contained in:
parent
93f2387d1b
commit
51a73ad8b5
1 changed files with 1 additions and 1 deletions
|
@ -792,7 +792,7 @@ def sanity_check_model(io, model):
|
||||||
def check_for_dependencies(io, model_name):
|
def check_for_dependencies(io, model_name):
|
||||||
"""
|
"""
|
||||||
Check for model-specific dependencies and install them if needed.
|
Check for model-specific dependencies and install them if needed.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
io: The IO object for user interaction
|
io: The IO object for user interaction
|
||||||
model_name: The name of the model to check dependencies for
|
model_name: The name of the model to check dependencies for
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue