Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: adding support python 3.11 and 3.12.
Browse files Browse the repository at this point in the history
awais786 committed Feb 21, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 00a13cb commit 4d15a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search/elastic.py
Original file line number Diff line number Diff line change
@@ -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,

0 comments on commit 4d15a0a

Please sign in to comment.