mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +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,
|
io,
|
||||||
"google.cloud.aiplatform",
|
"google.cloud.aiplatform",
|
||||||
"Google Vertex AI models require the google-cloud-aiplatform package.",
|
"Google Vertex AI models require the google-cloud-aiplatform package.",
|
||||||
["google-cloud-aiplatform"]
|
["google-cloud-aiplatform"],
|
||||||
)
|
)
|
||||||
|
|
||||||
if not model.info:
|
if not model.info:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue