mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-19 20:05:00 +00:00
style: Fix linter warnings in models.py
This commit is contained in:
parent
67b12d4416
commit
bcc8b1917a
1 changed files with 5 additions and 5 deletions
|
@ -786,7 +786,7 @@ def sanity_check_model(io, model):
|
|||
io,
|
||||
"google.cloud.aiplatform",
|
||||
"Google Vertex AI models require the google-cloud-aiplatform package.",
|
||||
["google-cloud-aiplatform"]
|
||||
["google-cloud-aiplatform"],
|
||||
)
|
||||
|
||||
if not model.info:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue