style: Fix linting issues in models.py

This commit is contained in:
Paul Gauthier (aider) 2025-03-05 17:06:39 -08:00
parent 74e60e98b7
commit 207a631a65

View file

@ -810,7 +810,7 @@ def check_for_dependencies(io, model_name):
io,
"google.cloud.aiplatform",
"Google Vertex AI models require the google-cloud-aiplatform package.",
["google-cloud-aiplatform"]
["google-cloud-aiplatform"],
)