From 4d15a0a73f28afc54c0b4b6fc93e613e935f838b Mon Sep 17 00:00:00 2001 From: awais qureshi Date: Wed, 21 Feb 2024 12:40:57 +0500 Subject: [PATCH] build: adding support python 3.11 and 3.12. --- search/elastic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search/elastic.py b/search/elastic.py index 60e5a4e0..6a942ce5 100644 --- a/search/elastic.py +++ b/search/elastic.py @@ -469,7 +469,7 @@ def remove(self, doc_ids, **kwargs): log.exception("An error occurred while removing documents from the index: %r", valid_errors) raise - # pylint: disable=arguments-rename, unused-argument + # pylint: disable=arguments-renamed, unused-argument def search(self, query_string=None, field_dictionary=None,