From a97845f7115f61ca78a6dd7c7f9357964f709634 Mon Sep 17 00:00:00 2001 From: dblock Date: Mon, 6 Nov 2023 09:59:30 -0500 Subject: [PATCH] Fix: undo comment. Signed-off-by: dblock --- opensearchpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opensearchpy/__init__.py b/opensearchpy/__init__.py index 1a5fe5cd..3dcd7389 100644 --- a/opensearchpy/__init__.py +++ b/opensearchpy/__init__.py @@ -146,7 +146,7 @@ from .serializer import JSONSerializer from .transport import Transport -# Only raise one warning per deprecation message so +# Only raise one warning per deprecation message so as not # to spam up the user if the same action is done multiple times. warnings.simplefilter("default", category=OpenSearchDeprecationWarning, append=True)