Skip to content

Commit

Permalink
build: adding support python 3.11 and 3.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Feb 21, 2024
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
Expand Up @@ -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,
Expand Down

0 comments on commit 4d15a0a

Please sign in to comment.