Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rawwar committed Oct 31, 2023
1 parent 3189d49 commit 4a4cd66
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/ml_commons/test_ml_commons_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4a4cd66

Please sign in to comment.