From ee8ed351b5254ed0a344e911e580cabb22778c69 Mon Sep 17 00:00:00 2001 From: saimedhi Date: Mon, 18 Mar 2024 14:16:40 -0700 Subject: [PATCH] Introduced metrics to opensearch-py client Signed-off-by: saimedhi --- opensearchpy/metrics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opensearchpy/metrics.py b/opensearchpy/metrics.py index 25f45e91..faa5ed8e 100644 --- a/opensearchpy/metrics.py +++ b/opensearchpy/metrics.py @@ -9,7 +9,7 @@ import time -from abc import ABC, abstractmethod, abstractproperty +from abc import ABC, abstractmethod from events import Events