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