Skip to content

Commit

Permalink
ci: fix type check for vertexai tests (#1096)
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHYang authored Oct 31, 2024
1 parent fda4ce1 commit 45554e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
Tool,
Type,
)
from google.cloud.aiplatform_v1.services.prediction_service.transports import (
from google.cloud.aiplatform_v1.services.prediction_service.transports import ( # type: ignore[attr-defined,unused-ignore]
PredictionServiceGrpcAsyncIOTransport,
PredictionServiceGrpcTransport,
)
Expand Down

0 comments on commit 45554e6

Please sign in to comment.