From 4a4cd66296b79e19bdeb46ffb4ff4d9254872e0f Mon Sep 17 00:00:00 2001 From: kalyanr Date: Wed, 1 Nov 2023 03:37:52 +0530 Subject: [PATCH] fix lint --- tests/ml_commons/test_ml_commons_client.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/ml_commons/test_ml_commons_client.py b/tests/ml_commons/test_ml_commons_client.py index 1c6caa327..9452d6097 100644 --- a/tests/ml_commons/test_ml_commons_client.py +++ b/tests/ml_commons/test_ml_commons_client.py @@ -100,9 +100,6 @@ def test_execute(): ), "Raised Exception during execute API testing with JSON string" - - - def test_DEPRECATED_integration_pretrained_model_upload_unload_delete(): raised = False try: @@ -421,6 +418,7 @@ def test_integration_model_train_register_full_cycle(): raised = True assert raised == False, "Raised Exception in deleting model" + def test_search(): # Search task cases raised = False