From d97196bc3fafe74cee6181c480ce219c28803323 Mon Sep 17 00:00:00 2001 From: Merey Date: Fri, 24 Mar 2023 20:50:42 +0600 Subject: [PATCH] Merged 3 functions into one Signed-off-by: Merey --- 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 6abd0c34..a422ee83 100644 --- a/opensearch_py_ml/ml_commons/ml_commons_client.py +++ b/opensearch_py_ml/ml_commons/ml_commons_client.py @@ -238,4 +238,4 @@ def get_profiles( method="GET", url=API_URL, body=API_BODY, - ) \ No newline at end of file + )