Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: kalyanr <[email protected]>
  • Loading branch information
rawwar committed Mar 6, 2024
1 parent aae0787 commit 4d28f24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opensearch_py_ml/ml_commons/ml_commons_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,7 @@ def get_stats(self, node_id: Optional[str] = "", stat_id: Optional[str] = ""):
url = f"{ML_BASE_URI}/stats"

return self._client.transport.perform_request(method="GET", url=url)

def _get_profile(self, payload: Optional[dict] = None):
"""
Get the profile using the given payload.
Expand Down

0 comments on commit 4d28f24

Please sign in to comment.