Skip to content

Commit 407dcb8

Browse files
committed
[RHOAIENG-25148] Fixing lint errors.
Signed-off-by: Andres Llausas <allausas@redhat.com>
1 parent f087a21 commit 407dcb8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/model_serving/model_server/kueue/test_kueue_isvc_raw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def test_kueue_inference_service_raw(
102102
kueue_raw_inference_service.update(isvc_to_update)
103103

104104
# Give time for updated deployment
105-
time.sleep(10)
105+
time.sleep(10) # noqa: FCN001
106106

107107
# Verify deployment still has 1 pod due to Kueue admission control
108108
deployments = list(

tests/model_serving/model_server/kueue/test_kueue_isvc_serverless.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def test_kueue_inference_service_serverless(
102102
kueue_kserve_inference_service.update(isvc_to_update)
103103

104104
# Give time for updated deployment
105-
time.sleep(10)
105+
time.sleep(10) # noqa: FCN001
106106
# Verify deployment still has 1 pod due to Kueue admission control
107107
deployments = list(
108108
Deployment.get(

0 commit comments

Comments
 (0)