Skip to content

Commit

Permalink
wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Nov 16, 2023
1 parent 568e338 commit 622a86b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/collective/elastic/ingest/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,3 @@ def get_client(index_server_baseurl: str = ""):
verify_certs=False,
)
return client


def get_ingest_client(elasticsearch_server_baseurl=None):
logger.warn("get_client is deprecated, use get_search_client instead")
return get_client(elasticsearch_server_baseurl)

0 comments on commit 622a86b

Please sign in to comment.