Skip to content

Commit

Permalink
Fix: undo comment.
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <[email protected]>
  • Loading branch information
dblock committed Nov 6, 2023
1 parent 0e13cc9 commit a97845f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opensearchpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit a97845f

Please sign in to comment.