Skip to content

Commit 7501620

Browse files
committed
Drop unused host_info_callback
1 parent 455f9fc commit 7501620

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

elasticsearch_serverless/_async/client/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,6 @@ def __init__(
157157
retry_on_timeout: t.Union[DefaultType, bool] = DEFAULT,
158158
meta_header: t.Union[DefaultType, bool] = DEFAULT,
159159
timeout: t.Union[DefaultType, None, float] = DEFAULT,
160-
host_info_callback: t.Optional[
161-
t.Callable[
162-
[t.Dict[str, t.Any], t.Dict[str, t.Union[str, int]]],
163-
t.Optional[t.Dict[str, t.Union[str, int]]],
164-
]
165-
] = None,
166160
http_auth: t.Union[DefaultType, t.Any] = DEFAULT,
167161
# Internal use only
168162
_transport: t.Optional[AsyncTransport] = None,

elasticsearch_serverless/_sync/client/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,6 @@ def __init__(
157157
retry_on_timeout: t.Union[DefaultType, bool] = DEFAULT,
158158
meta_header: t.Union[DefaultType, bool] = DEFAULT,
159159
timeout: t.Union[DefaultType, None, float] = DEFAULT,
160-
host_info_callback: t.Optional[
161-
t.Callable[
162-
[t.Dict[str, t.Any], t.Dict[str, t.Union[str, int]]],
163-
t.Optional[t.Dict[str, t.Union[str, int]]],
164-
]
165-
] = None,
166160
http_auth: t.Union[DefaultType, t.Any] = DEFAULT,
167161
# Internal use only
168162
_transport: t.Optional[Transport] = None,

0 commit comments

Comments
 (0)