From 8f46cf97ba6f434f2a88e45769ad4c35f392a7b6 Mon Sep 17 00:00:00 2001 From: kalyan Date: Mon, 6 Nov 2023 06:20:07 +0530 Subject: [PATCH] fix lint Signed-off-by: kalyan --- opensearch_py_ml/ml_commons/ml_commons_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opensearch_py_ml/ml_commons/ml_commons_client.py b/opensearch_py_ml/ml_commons/ml_commons_client.py index 6dd459aa..72e2e158 100644 --- a/opensearch_py_ml/ml_commons/ml_commons_client.py +++ b/opensearch_py_ml/ml_commons/ml_commons_client.py @@ -100,7 +100,7 @@ def upload_model( model_id = self._model_uploader._register_model( model_path=model_path, model_meta_path=model_config_path, - isVerbose=isVerbose + isVerbose=isVerbose, ) # loading the model chunks from model index