We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 861e86e + 3af8532 commit 3344265Copy full SHA for 3344265
1 file changed
tests/model_serving/model_server/serverless/utils.py
@@ -18,9 +18,7 @@
18
19
20
def verify_no_inference_pods(
21
- client: DynamicClient,
22
- isvc: InferenceService,
23
- wait_timeout: int = Timeout.TIMEOUT_4MIN
+ client: DynamicClient, isvc: InferenceService, wait_timeout: int = Timeout.TIMEOUT_4MIN
24
) -> bool:
25
"""
26
Verify that no inference pods are running for the given InferenceService.
0 commit comments